Package

dagr.tasks

gatk

Permalink

package gatk

Visibility
  1. Public
  2. All

Type Members

  1. abstract class GatkTask extends ProcessTask with JarTask with FixedResources with Configuration

    Permalink

    Abstract base class for tasks that involve running the GATK.

  2. class GenotypeGvcfs extends GatkTask

    Permalink

    Genotypes one or more GVCFs concurrently.

  3. class HaplotypeCaller extends GatkTask

    Permalink

    Runs the GATK haplotype caller in GVCF mode on a single sample.

  4. class IndelRealigner extends GatkTask

    Permalink

    Runs the BAM transforming IndelRealigner step.

  5. class IndelRealignment extends Pipeline

    Permalink
    Annotations
    @ClpAnnotation()
  6. class Mutect1 extends GatkTask

    Permalink

    Runs Mutect 1 from the separate Mutect/CGA tools distribution

  7. class Mutect2 extends GatkTask with FixedResources

    Permalink

    Task for running MuTect2 from the GATK 3.5+ distribution.

  8. class RealignerTargetCreator extends GatkTask

    Permalink

    Runs the realigner target creator step of the process.

  9. class SplitIntervalsForCallingRegions extends SimpleInJvmTask with Partitioner[PathToIntervals]

    Permalink

    Creates a set of interval list files given a sequence dictionary.

    Creates a set of interval list files given a sequence dictionary.

    If no intervals are given, it will create one or more interval list files per reference sequence.

    Each input interval will be broken up into non-overlapping regions of at most maxBasesPerScatter size. Each output interval list will cover at most maxBasesPerScatter non-overlapping bases.

  10. class SplitNCigarReads extends GatkTask

    Permalink

    Runs the GATK walker that splits reads at N operators in cigars so that RNA-seq BAMs can be fed into the HaplotypeCaller

Value Members

  1. object GatkTask

    Permalink
  2. object GenotypeGvcfs

    Permalink
  3. object IndelRealignment

    Permalink

Ungrouped