Package

dagr

tasks

Permalink

package tasks

Package object to store all the typedefs for various basic types that are used throughout workflows.

Linear Supertypes
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. tasks
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Type Members

  1. type Bytes = BigInt

    Permalink
  2. type Gigabytes = BigInt

    Permalink
  3. trait JarTask extends AnyRef

    Permalink
  4. type Megabytes = BigInt

    Permalink

Value Members

  1. object DagrDef

    Permalink

    Object that is designed to be imported with import DagrDef._ in any/all classes much like the way that scala.PreDef is imported in all files automatically.

    Object that is designed to be imported with import DagrDef._ in any/all classes much like the way that scala.PreDef is imported in all files automatically.

    New methods, types and objects should not be added to this class lightly as they will pollute the namespace of any classes which import it.

  2. object DataTypes

    Permalink

    Object containing phantom types that define streaming/piping data types.

    Object containing phantom types that define streaming/piping data types. These types are never meant to be instantiated, but exist purely to allow type checking of tasks that are strung together using pipes.

  3. package bwa

    Permalink
  4. package gatk

    Permalink
  5. package jeanluc

    Permalink
  6. package misc

    Permalink
  7. package picard

    Permalink
  8. package samtools

    Permalink
  9. package vc

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped