Hey there,
I mapped my reads against a reference consisting of the isotigs of the de novo assembly of the same reads. I'm wondering now if the follwoing approach is really sufficient to detect SNPs in the 454HCDiff.txt:
- get the summary line of each diff: grep '>' 454HCDiffs.txt
- check if the start and end position are identical (SNPs need to be at the same position in the reference)
- check if neither the ref nucleotide nor the var nucleotide is only a gap
- check if the var nucleotide length is 1
Regards,
Thomas
I mapped my reads against a reference consisting of the isotigs of the de novo assembly of the same reads. I'm wondering now if the follwoing approach is really sufficient to detect SNPs in the 454HCDiff.txt:
- get the summary line of each diff: grep '>' 454HCDiffs.txt
- check if the start and end position are identical (SNPs need to be at the same position in the reference)
- check if neither the ref nucleotide nor the var nucleotide is only a gap
- check if the var nucleotide length is 1
Regards,
Thomas
Comment