Skip to content

Commit

Permalink
mosaic
Browse files Browse the repository at this point in the history
  • Loading branch information
wharvey31 committed Nov 17, 2023
1 parent 6acbf14 commit 2b7fe05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion workflow/rules/somatic_variants.smk
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ rule sniffles_somatic:
threads: 1
shell:
"""
sniffles --somatic -i {input.merged_bam} --reference {input.ref} --output-rnames -v {output.vcf}
sniffles --mosaic -i {input.merged_bam} --reference {input.ref} --output-rnames -v {output.vcf}
"""


Expand Down

0 comments on commit 2b7fe05

Please sign in to comment.