gatk: gatk

Description Usage Arguments Details Value Author(s)

View source: R/gatk.R

Description

Run a command from the GATK

Usage

1
gatk(gatk.jar.path = getOption("gatk.path"), method, args, maxheap = "4g")

Arguments

gatk.jar.path

Path to the gatk jar file

method

Name of the gatk method, e.g. UnifiedGenotyper

args

additional args passed to gatk

maxheap

Maximal heap space allocated for java, GATK recommends 4G heap for most of its apps

Details

Execute the GATK jar file using the method specified as arg. Stops if the command executed fails.

Value

0 for success, stops otherwise

Author(s)

Jens Reeder


HTSeqGenie documentation built on Nov. 8, 2020, 6:12 p.m.