Package

dagr.tasks

misc

Permalink

package misc

Visibility
  1. Public
  2. All

Type Members

  1. class CalculateDownsamplingProportion extends SimpleInJvmTask

    Permalink

    In JVM Task that pulls the total number of reads from the quality yield metrics file, and calculates a downsampling fraction.

  2. class DeleteFiles extends SimpleInJvmTask

    Permalink

    Simple tasks that deletes one or more extent files.

    Simple tasks that deletes one or more extent files. If a path represents a directory then the directory and all of it's children will be deleted.

  3. class DeleteVcfs extends SimpleInJvmTask

    Permalink

    Deletes one or more VCFs and their associated index files.

  4. class GetNumPfReads extends SimpleInJvmTask

    Permalink
  5. class GetSampleNamesFromVcf extends SimpleInJvmTask

    Permalink

    Gets the sample names from a VCF

  6. class IndexVcfGz extends ShellCommand

    Permalink

    Indexes a VCF.gz using tabix

  7. class MoveFile extends ShellCommand

    Permalink

    Uses the shell to move a file or directory from one path to another

  8. class VerifyBamId extends ProcessTask with Configuration with FixedResources

    Permalink

    Class for running verifyBamID on sequence data in genotype-free mode.

Value Members

  1. object Tabix extends Configuration

    Permalink

    Tabix (https://github.com/samtools/htslib)

Ungrouped