Skip to content

Commit

Permalink
bugfix: this should be a "path" so that the file is made available to…
Browse files Browse the repository at this point in the history
… the container
  • Loading branch information
muffato committed May 31, 2024
1 parent 7303eb8 commit 765bc8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/local/generate_config.nf
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ process GENERATE_CONFIG {
val taxon_query
val busco_lin
path lineage_tax_ids
tuple val(meta2), val(blastn)
tuple val(meta2), path(blastn)

output:
tuple val(meta), path("*.yaml"), emit: yaml
Expand Down

0 comments on commit 765bc8c

Please sign in to comment.