Hi there,
I'm looking for the right strategy for preprocessing of raw reads for following snp calling
. In particular, i'm thinking about running trimmomatic
on the raw reads for trimming low quality reads position and adapter removal. Is it recommended step prior the snp calling
?
Here: https://www.nature.com/articles/hdy2016102 was mentioned that trimming low quality reads position and adapter removal are necessary.
Are any other steps are required before the reads mapping
to reference genome?
Thank you for your reply and links you provided! They are very informative. It's interesting that according to the
BBTools
guide, adapter trimming is a recommended step for raw reads preprocessing and quality trimming is optional. But there is nothing about reads trimming in theGATK Best pactice pipeline
. It seems that they used just raw reads for mapping to the reference.Hi! I'm still interested in the step that you use for the SNP calling. Did you use
trimmomatic
or another tool for trimming before mapping? Or just map and call the SNP without trimming? Thank you!