gatk
gatk copied to clipboard
Official code repository for GATK versions 4 and up
## Bug Report ### Affected tool(s) or class(es) JointGermlineCNVSegmentation ### Affected version(s) - [x] Latest public release version [v4.3.0.0] - [ ] Latest master branch as of [date of test?]...
Converts GTF files to BED file format with an option for gene or transcript level processing and an option to only use transcripts with basic tag
Hi all. This looks like an issue presented by a forum post [Haplotypecaller FORMAT:DP is affected by the interval in WGS](https://gatk.broadinstitute.org/hc/en-us/community/posts/27992393649051-Haplotypecaller-FORMAT-DP-is-affected-by-the-interval-in-WGS) User uploaded a toy data for us to test...
Not sure if this is a bug or something wrong with my bam files. Any help on solving/debugging would be welcomed. Running mutect2 returns >100,000 warnings of more than two...
Hi, With the latest version of gatk 4.6.0 and the latest funcotator v1.8 annotation, all Clinvar fields are returning blank, even though there are many variants that I know are...
Hi, With gatk 4.6.0 and Funcotator data sources v1.8, and output in VCF format, I'm seeing some annotations with strange character combinations inside of them: "_%7C_" "_%20_" For example for...
Draft until a release of htsjdk with https://github.com/samtools/htsjdk/pull/1702, https://github.com/samtools/htsjdk/pull/1703, and https://github.com/samtools/htsjdk/pull/1713 is available.
Folks occasionally but consistently ask for this information on the forum and our current answer is that we provide these files as is. For the new GATK4 documentation, which we...
Hello, I was trying to hard-filter the vcf files outputed by GATK HaplotypeCaller, and I want to keep variants that meet the following condition: depth (QD) < 2.0 || FisherStrand...