Skip to content

Commit

Permalink
removes spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
erinyoung committed Apr 24, 2024
1 parent 9a78ae3 commit 84c195a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion modules/local/mlst.nf
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ process mlst {
mlst ${args} \
--threads ${task.cpus} \
${contig} \
${contig} | \
tr ' ' '_' \
> ${prefix}_mlst.txt
python3 ${script} ${prefix}_mlst.txt mlst/${prefix}_mlst.tsv mlst ${prefix}
Expand Down

0 comments on commit 84c195a

Please sign in to comment.