Skip to content

Commit

Permalink
fix(pbmarkdup): redirect long info correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
padraicc committed Jan 15, 2025
1 parent 0eab6da commit 41612b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion workflow/rules/pbmarkdup.smk
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ rule pbmarkdup:
shell:
"pbmarkdup --num-threads {threads} "
"{input.bam} "
"{output.bam} --log-level INFO 2> {log}"
"{output.bam} --log-level INFO &> {log}"

0 comments on commit 41612b8

Please sign in to comment.