Class

dagr.tasks.gatk

Mutect2

Related Doc: package gatk

Permalink

class Mutect2 extends GatkTask with FixedResources

Task for running MuTect2 from the GATK 3.5+ distribution.

Linear Supertypes
GatkTask, Configuration, ConfigurationLike, FixedResources, ScheduleWithEmptyDefaultResources, JarTask, ProcessTask, UnitTask, Schedulable, LazyLogging, Task, Dependable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Mutect2
  2. GatkTask
  3. Configuration
  4. ConfigurationLike
  5. FixedResources
  6. ScheduleWithEmptyDefaultResources
  7. JarTask
  8. ProcessTask
  9. UnitTask
  10. Schedulable
  11. LazyLogging
  12. Task
  13. Dependable
  14. AnyRef
  15. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Mutect2(tumorBam: PathToBam, normalBam: PathToBam, ref: PathToFasta, intervals: PathToIntervals, output: PathToVcf, maxAltAlleleInNormalFraction: Double = 0.03, maxAltAlleleInNormalCount: Int = 2, maxAltAlleleInNormalBqSum: Int = 20)

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. def !=>(other: MultiTask): other.type

    Permalink
    Definition Classes
    Task → Dependable
  3. def !=>(other: Task): other.type

    Permalink
    Definition Classes
    Task → Dependable
  4. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  5. def +(other: String): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from Mutect2 to any2stringadd[Mutect2] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  6. def ->[B](y: B): (Mutect2, B)

    Permalink
    Implicit information
    This member is added by an implicit conversion from Mutect2 to ArrowAssoc[Mutect2] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  7. def ::(other: Task): MultiTask

    Permalink
    Definition Classes
    Task
  8. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  9. def ==>(other: MultiTask): other.type

    Permalink
    Definition Classes
    Task → Dependable
  10. def ==>(other: Task): other.type

    Permalink
    Definition Classes
    Task → Dependable
  11. def addWalkerArgs(buffer: ListBuffer[Any]): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Mutect2GatkTask
  12. def applyResources(resources: ResourceSet): Unit

    Permalink
    Definition Classes
    UnitTask → Schedulable
  13. def args: Seq[Any]

    Permalink
    Definition Classes
    GatkTask → ProcessTask
  14. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  15. def asType[T](path: String)(implicit arg0: scala.reflect.api.JavaUniverse.TypeTag[T]): T

    Permalink
    Attributes
    protected
    Definition Classes
    ConfigurationLike
  16. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  17. def commandLineName: String

    Permalink
    Definition Classes
    ConfigurationLike
  18. def config: Config

    Permalink
    Attributes
    protected
    Definition Classes
    Configuration → ConfigurationLike
  19. def configure[T](path: String, defaultValue: T)(implicit arg0: scala.reflect.api.JavaUniverse.TypeTag[T]): T

    Permalink
    Definition Classes
    ConfigurationLike
  20. def configure[T](path: String)(implicit arg0: scala.reflect.api.JavaUniverse.TypeTag[T]): T

    Permalink
    Definition Classes
    ConfigurationLike
  21. def configureExecutable(path: String, executable: String): Path

    Permalink
    Definition Classes
    ConfigurationLike
  22. def configureExecutableFromBinDirectory(binPath: String, executable: String): Path

    Permalink
    Definition Classes
    ConfigurationLike
  23. def ensuring(cond: (Mutect2) ⇒ Boolean, msg: ⇒ Any): Mutect2

    Permalink
    Implicit information
    This member is added by an implicit conversion from Mutect2 to Ensuring[Mutect2] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  24. def ensuring(cond: (Mutect2) ⇒ Boolean): Mutect2

    Permalink
    Implicit information
    This member is added by an implicit conversion from Mutect2 to Ensuring[Mutect2] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  25. def ensuring(cond: Boolean, msg: ⇒ Any): Mutect2

    Permalink
    Implicit information
    This member is added by an implicit conversion from Mutect2 to Ensuring[Mutect2] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  26. def ensuring(cond: Boolean): Mutect2

    Permalink
    Implicit information
    This member is added by an implicit conversion from Mutect2 to Ensuring[Mutect2] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  27. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  28. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  29. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  30. def formatted(fmtstr: String): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from Mutect2 to StringFormat[Mutect2] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  31. def gatkJar: Path

    Permalink

    Can be overridden to use a specific GATK jar.

    Can be overridden to use a specific GATK jar.

    Attributes
    protected
    Definition Classes
    GatkTask
  32. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  33. final def getTasks: Traversable[_ <: Mutect2.this.type]

    Permalink
    Definition Classes
    UnitTask → Task
  34. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  35. val intervals: Option[PathToIntervals]

    Permalink
    Definition Classes
    GatkTask
  36. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  37. def jarArgs(jarPath: Path, jvmArgs: Traversable[String] = Nil, jvmProperties: Map[String, String] = Map.empty, jvmMemory: Memory, useAdvancedGcOptions: Boolean = true): List[String]

    Permalink
    Attributes
    protected
    Definition Classes
    JarTask
  38. lazy val logger: Logger

    Permalink
    Attributes
    protected
    Definition Classes
    LazyLogging
  39. val maxAltAlleleInNormalBqSum: Int

    Permalink
  40. val maxAltAlleleInNormalCount: Int

    Permalink
  41. val maxAltAlleleInNormalFraction: Double

    Permalink
  42. var name: String

    Permalink
    Definition Classes
    Task
  43. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  44. val normalBam: PathToBam

    Permalink
  45. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  46. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  47. def onComplete(exitCode: Int): Boolean

    Permalink
    Definition Classes
    Task
  48. def optionallyConfigure[T](path: String)(implicit arg0: scala.reflect.api.JavaUniverse.TypeTag[T]): Option[T]

    Permalink
    Definition Classes
    ConfigurationLike
  49. val output: PathToVcf

    Permalink
  50. def pickResources(availableResources: ResourceSet): Option[ResourceSet]

    Permalink
    Definition Classes
    FixedResources → Schedulable
  51. val ref: PathToFasta

    Permalink
    Definition Classes
    GatkTask
  52. def removeDependency(task: Task): Boolean

    Permalink
    Definition Classes
    Task
  53. def requires(cores: Double, memory: String): Mutect2.this.type

    Permalink
    Definition Classes
    FixedResources
  54. def requires(cores: Cores, memory: Memory): Mutect2.this.type

    Permalink
    Definition Classes
    FixedResources
  55. def requires(resources: ResourceSet): Mutect2.this.type

    Permalink
    Definition Classes
    FixedResources
  56. def resources: ResourceSet

    Permalink
    Definition Classes
    ScheduleWithEmptyDefaultResources
  57. def retry(taskInfo: TaskExecutionInfo, failedOnComplete: Boolean): Option[Task]

    Permalink
    Definition Classes
    Task
  58. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  59. def systemPath: Seq[Path]

    Permalink
    Attributes
    protected
    Definition Classes
    ConfigurationLike
  60. def toString(): String

    Permalink
    Definition Classes
    ProcessTask → AnyRef → Any
  61. val tumorBam: PathToBam

    Permalink
  62. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  63. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  64. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  65. val walker: String

    Permalink
    Definition Classes
    GatkTask
  66. def withName(name: String): Mutect2.this.type

    Permalink
    Definition Classes
    Task
  67. def [B](y: B): (Mutect2, B)

    Permalink
    Implicit information
    This member is added by an implicit conversion from Mutect2 to ArrowAssoc[Mutect2] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Inherited from GatkTask

Inherited from Configuration

Inherited from ConfigurationLike

Inherited from FixedResources

Inherited from ScheduleWithEmptyDefaultResources

Inherited from JarTask

Inherited from ProcessTask

Inherited from UnitTask

Inherited from Schedulable

Inherited from LazyLogging

Inherited from Task

Inherited from Dependable

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringadd from Mutect2 to any2stringadd[Mutect2]

Inherited by implicit conversion StringFormat from Mutect2 to StringFormat[Mutect2]

Inherited by implicit conversion Ensuring from Mutect2 to Ensuring[Mutect2]

Inherited by implicit conversion ArrowAssoc from Mutect2 to ArrowAssoc[Mutect2]

Ungrouped