Skip to content

Commit

Permalink
bugfix: the blastp and blastx paths can have the same name
Browse files Browse the repository at this point in the history
  • Loading branch information
muffato committed Nov 22, 2024
1 parent 01007ab commit c181b81
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions modules/local/generate_config.nf
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ process GENERATE_CONFIG {
val busco_lin
path lineage_tax_ids
val reads
tuple val(meta2), path(blastp)
tuple val(meta3), path(blastx)
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/*')
tuple val(meta5), path(taxdump)

output:
Expand Down

0 comments on commit c181b81

Please sign in to comment.