Skip to content

Commit

Permalink
Updated dump_params to use new parameter names
Browse files Browse the repository at this point in the history
  • Loading branch information
itrujnara committed May 8, 2024
1 parent b889372 commit 1d55566
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions modules/local/dump_params.nf
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ process DUMP_PARAMS {
val use_centroid
val min_score
val skip_downstream
val use_iqtree
val use_fastme
val skip_iqtree
val skip_fastme

output:
tuple val(meta), path("params.yml"), emit: params
Expand All @@ -32,8 +32,8 @@ process DUMP_PARAMS {
use_centroid: ${use_centroid}
min_score: ${min_score}
skip_downstream: ${skip_downstream}
use_iqtree: ${use_iqtree}
use_fastme: ${use_fastme}
skip_iqtree: ${skip_iqtree}
skip_fastme: ${skip_fastme}
END_PARAMS
"""

Expand Down

0 comments on commit 1d55566

Please sign in to comment.