Skip to content

Commit

Permalink
fix log maskprimers align
Browse files Browse the repository at this point in the history
  • Loading branch information
ggabernet committed Sep 23, 2024
1 parent 553369f commit b0afe90
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 @@ -34,7 +34,7 @@ process PRESTO_MASKPRIMERS_ALIGN {
--mode ${mask_mode} \\
$args \\
--outname ${meta.id}_${suffix} \\
--log ${meta.id}_R1.log > ${meta.id}_command_log_${suffix}.txt
--log ${meta.id}_${suffix}.log > ${meta.id}_command_log_${suffix}.txt
ParseLog.py -l ${meta.id}_${suffix}.log $args2
cat <<-END_VERSIONS > versions.yml
Expand Down

0 comments on commit b0afe90

Please sign in to comment.