We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2e4899 commit 6589265Copy full SHA for 6589265
flowcraft/generator/templates/spades.nf
@@ -35,8 +35,8 @@ process spades_{{ pid }} {
35
36
output:
37
set sample_id, file('*_spades*.fasta') into {{ output_channel }}
38
- file "*.fastg"
39
- file "*.gfa"
+ file "*.fastg" optional true
+ file "*.gfa" optional true
40
{% with task_name="spades" %}
41
{%- include "compiler_channels.txt" ignore missing -%}
42
{% endwith %}
0 commit comments