Skip to content

Commit

Permalink
baseparser rn
Browse files Browse the repository at this point in the history
  • Loading branch information
sanjaynagi committed Dec 12, 2024
1 parent a5eace5 commit fdc1681
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion workflow/rules/variantsOfInterest.smk
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ rule mpileupVariantsOfInterest:
shell:
"""
samtools mpileup {input.bam} -r {params.region} -f {params.ref} 2> {log} |
python {params.basedir}/scripts/BaseParser.py > {output} 2>> {log}
python {params.basedir}/scripts/base-parser.py > {output} 2>> {log}
"""


Expand Down

0 comments on commit fdc1681

Please sign in to comment.