More posts like this
-
Pindel - geno tags
written by pao272 •Hi, I'm working with Pindel for indel calling and utilizing a config file to feed the program a normal and tumour bam file. I've noticed …
-
help with pindel2vcf
written by tebb •Hi everyone, I'm running *PINDEL* (https://github.com/genome/pindel) and then i convert the output into .vcf with pindel2vcf (https://github.com/genome/pindel/blob/master/src/pindel2vcf.cpp). The problem is that when i head the …
-
Depth of coverage in Bam file does not match depth in VCF file
written by jsneaththompsonMy lab has a variant calling pipeline where sorted bam files are used as input for Pindel. The pindel output files (D and SI) are …
-
Is Pindel slow for everyone, or should I review my command?
written by Matteo SchiavinatoHi all, It has been almost 1 month since I started five **pindel2vcf** runs to convert the output of **Pindel**, which took more than 1 …
-
Running pindel in single-end mode
written by Gandalf •Is it possible to run Pindel in single-end mode? In my case, Pindel program is failing because the paired-end 250 bp reads (500 bp in …
-
Problem for pindel2vcf to create VCF file from pindel created _D files
written by hongbing.li •Hi I am new pindel user, and use `../pindel -f hg19.fasta -i p1_config.txt -c ALL -o P2_Index_95_P319` to create `P2_Index_95_P319` with `_SI`, `_D`, and so …
-
pindel2vcf output VCF file format
written by jlosman •Hello, I am using pindel2vcf and the first line of the output VCF is: ##fileformat=VCFv4.0 However in the RELEASE it claims pindel2vcf was updated to …
-
Why so many inversions called by Pindel?
written by benng60 •<p>I am using Pindel in the -i bam_config.txt mode, on an Illumina paired-end BAM file, then converting to VCF using pindel2vcf. My mean insert size …
-
Filtering Pindel Results
written by Dawe<p>Dear all, I've been running pindel on a set of <a href='http://samtools.sourceforge.net/SAM1.pdf'>BAM</a> files. I've then converted files to vcf using pindel2vcf utility. Which rules would …
-
Structural Variants Standard Dataset
written by PoGibas<p>I am testing structural variants (deletions, duplications, inversions, insertions) calling tools and need a standard dataset to validate my calls. </p> <p>Where can I find …
It has been a while since I have used Pindel but I remember using variant quality threshold of 30 or higher to select high quality insertions and deletions. I have a script that works with Pindel output. For inversion, I filtered all the inversions that are less than 100 bp and variant quality of 30.
Hi Ashutosh, When I convert from Pindel to VCF, I do not get any quality scores, just Genotype and Allele depth. How do I get the variant quality threshold from this? Thank you.
Pindel also produces a big files with scores in it. This file also has the sequences that were used to call a particular variant. It will look like a multiple sequence alignment file. My script uses both the vcf file and the big file with scores as input and and annotates the vcf file.
Hi Ashutosh, I am a freshman, could you show a example to show me how to use your script? thanks a lot
Hi, have you known how to deal the pindel results?