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 cc34ca5 commit cf255cdCopy full SHA for cf255cd
flowcraft/generator/templates/bandage.nf
@@ -10,7 +10,8 @@ if (params.reference{{param_id}} != null) {
10
file reference from Channel.fromPath(params.reference{{param_id}})
11
12
output:
13
- file "*.png *.svg"
+ file "*.png"
14
+ file "*.svg"
15
{% with task_name="bandage" %}
16
{%- include "compiler_channels.txt" ignore missing -%}
17
{% endwith %}
@@ -34,7 +35,8 @@ if (params.reference{{param_id}} != null) {
34
35
set sample_id, file(assembly) from {{input_channel}}
36
37
38
39
40
41
42
0 commit comments