Hello,
i'm attempting to perform a pipeline to find out somatic mutations of tumor-normal samples sequenced by Illumina paired end reads (100 + 100). After the alignement, I want to do some additional steps (according for instance to http://www.broadinstitute.org/gsa/wi...th_the_GATK_v2), as RemoveDuplicates, Recalibration and Indel_Realignement.
The point is that I want to try the alignement by using bfast, which includes a localign step, in which as far as I know each read is aligned by Smith_Waterman algorithm (allowing gaps) for each CAL. So my question is: when using bfast alignement, is it necessary the GATK_indel_realigner step? I do not know if it is a non wise question, but I want to be sure of performing such GATK step since it's quite demanding and my cluster is not awesome at all.
Thank you for your feedback!
cheers
david
i'm attempting to perform a pipeline to find out somatic mutations of tumor-normal samples sequenced by Illumina paired end reads (100 + 100). After the alignement, I want to do some additional steps (according for instance to http://www.broadinstitute.org/gsa/wi...th_the_GATK_v2), as RemoveDuplicates, Recalibration and Indel_Realignement.
The point is that I want to try the alignement by using bfast, which includes a localign step, in which as far as I know each read is aligned by Smith_Waterman algorithm (allowing gaps) for each CAL. So my question is: when using bfast alignement, is it necessary the GATK_indel_realigner step? I do not know if it is a non wise question, but I want to be sure of performing such GATK step since it's quite demanding and my cluster is not awesome at all.
Thank you for your feedback!
cheers
david
Comment