Skip to content

Commit

Permalink
fix suffix maskprimers algin
Browse files Browse the repository at this point in the history
  • Loading branch information
ggabernet committed Sep 22, 2024
1 parent dd49ede commit c5afe4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/local/presto/presto_maskprimers_align.nf
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ process PRESTO_MASKPRIMERS_ALIGN {
$args \\
--outname ${meta.id}_${suffix} \\
--log ${meta.id}_R1.log > ${meta.id}_command_log_${suffix}.txt
ParseLog.py -l ${meta.id}_R1.log $args2
ParseLog.py -l ${meta.id}_${suffix}.log $args2
cat <<-END_VERSIONS > versions.yml
"${task.process}":
Expand Down

0 comments on commit c5afe4c

Please sign in to comment.