Skip to content

Commit

Permalink
add flag to gff generator
Browse files Browse the repository at this point in the history
  • Loading branch information
KateSakharova committed Jan 28, 2025
1 parent 2231a56 commit 1a7298b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/local/write_gff/main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ process WRITE_GFF {
path("${meta.id}_virify.gff")

script:
def use_proteins_flag = $params.use_proteins ? "--use-proteins": "" ;
def use_proteins_flag = ${params.use_proteins} ? "--use-proteins": "" ;
"""
write_viral_gff.py \
$use_proteins_flag \
Expand Down

0 comments on commit 1a7298b

Please sign in to comment.