Hi everyone,
Looking to see if anyone else has any experience in looking for somatic mutations in FLT3. I am working on some testing samples that we sequenced on a MiSeq with the Myeloid amplicon panel. I'm trying to identify the presence of the FLT3-ITD in the samples (that were previously tested by other means and the tandem duplication should be present) using Pindel and just am not seeing it in the data. Looking to see if anyone else has tackled this problem and may have suggestions for optimizing some of the pindel parameters, or anywhere upstream with BWA or the GATK workflow.
Hi Dan,
I am also trying to find Tandem duplication in the same gene (FLT3) using pindel. My problem is that everytime I define a region for the pindel to analyse (Chr 13) it gives me a 'segmentation fault' error. My bam files are from a third source so i used this command to convert the files to the required pindel input format.
I am using the same reference genome I used for the mapping. However when I used the
-c ALL
options I get normal runs without the error. Also I see in the pindel input file that I do have reads mapping to the chr 13 region.How did you manage to run pindel for this region? I am stuck and confused a bit.
Hi Talwar,
I haven't restricted my analysis to a particular chromosome and have always run as -c all. I also didn't convert my bam files as it didn't make sense in my workflow (creating another potentially large file for one program is always silly to me). I just created the described config file and passed my bam directly to pindel.