File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
flowcraft/generator/templates Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ process split_assembly_{{ pid }} {
1818 val min_contig_size from IN_min_contig_size_ {{ pid }}
1919
2020 output :
21- file ' *split.fasta' into splitCh_{{ pid }}
21+ file ' *split.fasta' into splitCh_{{ pid }} optional true
2222 {% with task_name= " split_assembly" % }
2323 {%- include " compiler_channels.txt" ignore missing -% }
2424 {% endwith % }
Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ process va_spades_{{ pid }} {
6060 val clear from checkpointClear_{{ pid }}
6161
6262 output :
63- set sample_id, file({task. exitStatus == 1 ? " .exitcodeU " : ' *_spades*.fasta' }) into assembly_spades
63+ set sample_id, file({task. exitStatus == 1 ? " .exitcode " : ' *_spades*.fasta' }) into assembly_spades
6464 {% with task_name= " va_spades" % }
6565 {%- include " compiler_channels.txt" ignore missing -% }
6666 {% endwith % }
You can’t perform that action at this time.
0 commit comments