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.
2 parents 01007ab + c181b81 commit 6fe1861Copy full SHA for 6fe1861
modules/local/generate_config.nf
@@ -11,9 +11,9 @@ process GENERATE_CONFIG {
11
val busco_lin
12
path lineage_tax_ids
13
val reads
14
- tuple val(meta2), path(blastp)
15
- tuple val(meta3), path(blastx)
16
- tuple val(meta4), path(blastn)
+ tuple val(meta2), path(blastp, stageAs: 'blastp/*')
+ tuple val(meta3), path(blastx, stageAs: 'blastx/*')
+ tuple val(meta4), path(blastn, stageAs: 'blastn/*')
17
tuple val(meta5), path(taxdump)
18
19
output:
0 commit comments