Changes between Version 1 and Version 2 of SOPs/callingSNPs
- Timestamp:
- 04/08/13 16:09:26 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SOPs/callingSNPs
v1 v2 7 7 #Use Q to set base quality threshold 8 8 samtools mpileup -Q 25 -ugf <reference.fasta> <file.bam> | bcftools view -bvcg - > accepted_hits.raw.bcf 9 #mpileup BAQ computation might be too stringent, disabling BAQ may be needed 10 samtools mpileup -B -Q 25 -ugf <reference.fasta> <file.bam> | bcftools view -bvcg - > accepted_hits.raw.bcf 9 11 }}} 10 12