Skip to content

Commit

Permalink
fix error in args definition
Browse files Browse the repository at this point in the history
  • Loading branch information
maxlcummins committed Sep 24, 2024
1 parent 791c6cb commit 62e742f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/nf-core/shigapass/main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ process SHIGAPASS {
# Run ShigaPass
ShigaPass.sh \\
-l ${fasta_name}_tmp.txt \\
$options.args \\
$args \\
-p /usr/local/share/shigapass-1.5.0/db \\
-t $task.cpus \\
-o ${prefix}
Expand Down

0 comments on commit 62e742f

Please sign in to comment.