Skip to content

Commit 6fe1861

Browse files
authored
Merge pull request #127 from sanger-tol/db_params
bugfix: the blastp and blastx paths can have the same name
2 parents 01007ab + c181b81 commit 6fe1861

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

modules/local/generate_config.nf

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ process GENERATE_CONFIG {
1111
val busco_lin
1212
path lineage_tax_ids
1313
val reads
14-
tuple val(meta2), path(blastp)
15-
tuple val(meta3), path(blastx)
16-
tuple val(meta4), path(blastn)
14+
tuple val(meta2), path(blastp, stageAs: 'blastp/*')
15+
tuple val(meta3), path(blastx, stageAs: 'blastx/*')
16+
tuple val(meta4), path(blastn, stageAs: 'blastn/*')
1717
tuple val(meta5), path(taxdump)
1818

1919
output:

0 commit comments

Comments
 (0)