Coder Social home page Coder Social logo

gatk-qscripts's Introduction

GATK QScripts

Various QScripts used in our illumina variant calling pipeline.

Usage

Basic example:

java -jar Queue.jar -S <script>.scala

IndelRealigner example:

java -Xmx4G -jar Queue.jar -jobQueue veryshort -jobEnv "threaded 1" -jobRunner GridEngine -S IndelRealigner.scala -R Homo_sapiens.GRCh37.GATK.illumina.fasta -nt 1 -mem 4 -nsc 500 -mode single -known 1000G_phase1.indels.b37.vcf -known Mills_and_1000G_gold_standard.indels.b37.vcf -I SAMPLE_1_dedup.bam -run

HaplotypeCaller example:

java -Xmx16G -Xms4G -jar Queue.jar -jobQueue veryshort -jobEnv "threaded 4" -jobRunner GridEngine -jobReport logs/variantCaller.jobReport.txt -S HaplotypeCaller.scala -R Homo_sapiens.GRCh37.GATK.illumina.fasta -O testHaplotypeCaller -mem 4 -nct 4 -nsc 1000 -stand_call_conf 30 -stand_emit_conf 15 -I SAMPLE_1_dedup_realigned_recalibrated.bam -I SAMPLE_2_dedup_realigned_recalibrated.bam -D dbsnp_137.b37.vcf -L exome.interval_list -run

More information about Queue can be found here: http://gatkforums.broadinstitute.org/categories/queue

Copyright

Copyright (c) 2014 Cuppen Group. See LICENSE for further details.

gatk-qscripts's People

Contributors

rernst avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.