Skip to content

Commit

Permalink
removed ccs_sam_to_bam log
Browse files Browse the repository at this point in the history
  • Loading branch information
farchaab committed Oct 29, 2024
1 parent 926e002 commit fbf1b90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mess/workflow/rules/processing/reads.smk
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ if PASSES > 1:
shell:
"""
samtools view -@ {threads} -Sb {input} | \\
samtools sort -@ {threads} -o {output} 2> {log}
samtools sort -@ {threads} -o {output}
"""

rule ccs_bam_to_fastq:
Expand Down

0 comments on commit fbf1b90

Please sign in to comment.