gatk
gatk copied to clipboard
Official code repository for GATK versions 4 and up
when I use gatk to identify variants in a bam file converted from gam using vg surject, I get error
@jmarshall when i use [(vg surject)](https://github.com/vgteam/vg) convert gam to bam, then use gatk detect variants, it report error as bleow  the genome no chromosome is longer than 512M,i can't...
Hi https://gatk.broadinstitute.org/hc/en-us/community/posts/34245458141083-VariantFiltration-isAvailable-and-isNoCall-expressions-for-genotype-filtration-work-unexpectedly Only isHom, isHet type entries work however isAvailable, isNoCall etc. are not working at all. This could well be a HTSJDK bug but I am not sure. VariantFiltration...
This bug report is regarding a new tool, GtfToBed, which was introduced in #8942 PR. The following code creates a reproducible example of the error: ## Get the necessary files...
Hello, This isnt exactly a GATK question, but I think this problem would be faced by many GATK users. Our current practice is to run many GATK-based jobs scatter/gathered, meaning...
First, thank you all for your hard work. I would like to submit a bug in the latest docker image. I use the gatk docker image as a base for...
## Problem report ### Affected tool(s) or class(es) HaplotypeCaller ### Affected version : 4.1 ### Description We used gatk HaplotypeCaller to find SNPs in our samples, following this command line:...
Hello, I used the Sarek pipeline to detect germline variants ( working with 30X WGS). After variant calling with haplotypecaller, the pipeline runs CNNScoreVariants and FilterVariantTranches. However, the number of...
Hi ! How can install on macOS with python3. After install it's still looking for python instead of python3 ``` benjamin@MacBook-Pro-de-Benjamin ~ % /opt/homebrew/bin/gatk/build/resources/main/gatk env: python: No such file or...
Testing updates to the GATK conda environment in support of future conda tools.
* there was a duplicated condition which looks like a typo and causes nNoCall to be undercounted @bbimber `mv.getFamilyCalledCount` was used twice as the condition in this if statement, I'm...