finished abnormally, Err code: -15 (running as script did not help) #1025
-
Hi, I'm trying to run SPAdes for the first time, and I'm getting these parameters & spades log. If anyone knows what the problem is, I would greatly appreciate the help! Any ideas of things I could try to troubleshoot this would also be appreciated. params.txt System information: Output dir: /n/holylfs05/LABS/hanage_lab/Lab/holyscratch01/sophia/merged_reads3118/assembled_3318_2I Dataset parameters: spades.log System information: Output dir: /n/holylfs05/LABS/hanage_lab/Lab/holyscratch01/sophia/merged_reads3118/assembled_3318_2I Dataset parameters: ======= SPAdes pipeline started. Log can be found here: /n/holylfs05/LABS/hanage_lab/Lab/holyscratch01/sophia/merged_reads3118/assembled_3318_2I/spades.log ===== Read error correction started. == Running read error correction tool: /n/home05/swiesenfeld/miniconda3/share/spades-3.13.0-0/bin/spades-hammer /n/holylfs05/LABS/hanage_lab/Lab/holyscratch01/sophia/merged_reads3118/assembled_3318_2I/corrected/configs/config.info 0:00:00.000 4M / 4M INFO General (main.cpp : 75) Starting BayesHammer, built from refs/heads/spades_3.13.0, git revision 8ea4665 == Error == system call for: "['/n/home05/swiesenfeld/miniconda3/share/spades-3.13.0-0/bin/spades-hammer', '/n/holylfs05/LABS/hanage_lab/Lab/holyscratch01/sophia/merged_reads3118/assembled_3318_2I/corrected/configs/config.info']" finished abnormally, err code: -15 In case you have troubles running SPAdes, you can write to spades.support@cab.spbu.ru |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
Does the problem reproduce with the latest SPAdes 3.15.5? |
Beta Was this translation helpful? Give feedback.
-
I'm seeing lots of strange things in the log. First of all you're running only using 1 threads:
You might want to talk with your system administrator to ask how one could properly specify # of OpenMP threads as it seems you're running on some kind of cluster environment. Next, it seems like the SPAdes job was killed from outside. You could probably check for your cluster / system log for more clues. E.g. whether some disk / cpu / time quota was exceeded or something similar. |
Beta Was this translation helpful? Give feedback.
I'm seeing lots of strange things in the log. First of all you're running only using 1 threads:
You might want to talk with your system administrator to ask how one could properly specify # of OpenMP threads as it seems you're running on some kind of cluster environment.
Next, it seems like the SPAdes job was killed from outside. You could probably check for your cluster / system log for more clues. E.g. whether some disk / cpu / time quota was exceeded or something similar.