Skip to content

Commit

Permalink
small change in freebayes rule
Browse files Browse the repository at this point in the history
  • Loading branch information
CarolinaPB committed Mar 1, 2022
1 parent 413cfd7 commit 2d90492
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Snakefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# configfile: "config.yaml"
configfile: "config.yaml"

from snakemake.utils import makedirs, linecount

Expand Down Expand Up @@ -291,7 +291,7 @@ module load freebayes bcftools vcflib python/2.7.15 samtools
-f {input.ref} \
--use-best-n-alleles 4 --min-base-quality 10 --min-alternate-fraction 0.2 --haplotype-length 0 --ploidy 2 --min-alternate-count 2 \
{input.bam} | vcffilter -f 'QUAL > 20' | bgzip -c > {output.vcf}
tabix -p vcf {output.idx}
tabix -p vcf {output.vcf}
"""


Expand Down

0 comments on commit 2d90492

Please sign in to comment.