Skip to content

Commit

Permalink
fix(narfmap): Clean up log error
Browse files Browse the repository at this point in the history
  • Loading branch information
edmundmiller committed Jul 8, 2024
1 parent 50dff9b commit 574f95b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/nf-core/narfmap/align/main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ process NARFMAP_ALIGN {
$args \\
--num-threads $task.cpus \\
$reads_command \\
2> ${prefix}.narfmap.log \\
2> >(tee ${prefix}.narfmap.log >&2) \\
| samtools $samtools_command $args2 --threads $task.cpus -o ${prefix}.bam -
cat <<-END_VERSIONS > versions.yml
Expand Down

0 comments on commit 574f95b

Please sign in to comment.