Questions tagged [gatk]

Genome Analysis Toolkit - Variant Discovery in High-Throughput Sequencing Data

A genomic analysis toolkit focused on variant discovery.

The GATK is the industry standard for identifying SNPs and indels in germline DNA and RNAseq data. Its scope is now expanding to include somatic short variant calling, and to tackle copy number (CNV) and structural variation (SV). In addition to the variant callers themselves, the GATK also includes many utilities to perform related tasks such as processing and quality control of high-throughput sequencing data, and bundles the popular Picard toolkit.

These tools were primarily designed to process exomes and whole genomes generated with Illumina sequencing technology, but they can be adapted to handle a variety of other technologies and experimental designs. And although it was originally developed for human genetics, the GATK has since evolved to handle genome data from any organism, with any level of ploidy.

18 questions
0
votes
2 answers

Running docker from bash script

I am using a tool (gatk) distributed as a docker image and try to use its commands in a shell script. I run the docker in detached mode. sudo docker run --name my_container -d -v ~/test:/gatk/data -it broadinstitute/gatk:4.1.9.0 Then I run the…
Guy Horev
  • 11
  • 4
0
votes
1 answer

Getting GATK argument error and dont understand?

Hello bash programmers, I am using GATK and trying to loop through my bam files and do local realignment using my target_intervals and known indels. Below is my code I am trying. I am hoping someone can help with the error and correct my code. # do…
multiverse
  • 27
  • 5
0
votes
2 answers

MuTect install: GATK-protected: maven: Java-compile-error

I'm trying to install mutect, and as directed in the README.md, I've git cloned gatk-protected and tried to do 'mvn -Ddisable.queue install'. But I get the following issue. I've java 1.7 and maven 3.3.3. 1.[INFO]…
complextea
  • 393
  • 1
  • 5
  • 16
1
2