Skip to content

Commit 6589265

Browse files
committed
added optional true to graph related file outputs for spades
1 parent d2e4899 commit 6589265

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

flowcraft/generator/templates/spades.nf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ process spades_{{ pid }} {
3535

3636
output:
3737
set sample_id, file('*_spades*.fasta') into {{ output_channel }}
38-
file "*.fastg"
39-
file "*.gfa"
38+
file "*.fastg" optional true
39+
file "*.gfa" optional true
4040
{% with task_name="spades" %}
4141
{%- include "compiler_channels.txt" ignore missing -%}
4242
{% endwith %}

0 commit comments

Comments
 (0)