Entering edit mode
10.2 years ago
Linda
▴
150
I have reads from a bacterial sequence and I want to identify variants in them. I have performed an alignment using bwa mem
and the reads aligned well. Is there a good pipeline for identifying SNPs, small indels etc in microbes? I could use mpileup but I don't find many people recommending that.
Do you just use the default parameters, or do you modify them in any way?
It depends on what question I'm trying to answer, but the default parameters are a good starting point. From there you can survey your VCF, look for patterns that you want to investigate further or filter out, and then rerun the command accordingly.