Created
November 25, 2024 14:42
-
-
Save davipatti/f0ae462fad84806b74d0ab1ac88b0d10 to your computer and use it in GitHub Desktop.
Snakemake hanging
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
RuleException: | |
CalledProcessError in file /home/babujee/milkviruses_92224/workflow/irma.smk, line 239: | |
Command 'set -euo pipefail; cat > results/primary/seq/milkvirus4_S4_combined/aa.fasta' died with <Signals.SIGINT: 2>. | |
File "/home/babujee/milkviruses_92224/workflow/irma.smk", line 239, in __rule_concat_segment_aa | |
File "/usr/lib/python3.10/concurrent/futures/thread.py", line 58, in run | |
RuleException: | |
CalledProcessError in file /home/babujee/milkviruses_92224/workflow/irma.smk, line 250: | |
Command 'set -euo pipefail; cat > results/primary/seq/milkvirus4_S4_combined/nt.fasta' died with <Signals.SIGINT: 2>. | |
File "/home/babujee/milkviruses_92224/workflow/irma.smk", line 250, in __rule_concat_segment_nt | |
File "/usr/lib/python3.10/concurrent/futures/thread.py", line 58, in run | |
RuleException: | |
CalledProcessError in file /home/babujee/milkviruses_92224/workflow/irma.smk, line 533: | |
Command 'set -euo pipefail; cat > results/primary/qsr/milkvirus4_S4/tensqr_ViralSeq.fasta' died with <Signals.SIGINT: 2>. | |
File "/home/babujee/milkviruses_92224/workflow/irma.smk", line 533, in __rule_collect_qsr_sequences_for_all_segments | |
File "/usr/lib/python3.10/concurrent/futures/thread.py", line 58, in run |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment