Class

dagr.tasks.vc

Varscan2Somatic

Related Doc: package vc

Permalink

class Varscan2Somatic extends ProcessTask with JarTask with FixedResources with Configuration

Task for running VarScan2's somatic calling from pileup.

Linear Supertypes
Configuration, ConfigurationLike, FixedResources, ScheduleWithEmptyDefaultResources, JarTask, ProcessTask, UnitTask, Schedulable, LazyLogging, Task, Dependable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Varscan2Somatic
  2. Configuration
  3. ConfigurationLike
  4. FixedResources
  5. ScheduleWithEmptyDefaultResources
  6. JarTask
  7. ProcessTask
  8. UnitTask
  9. Schedulable
  10. LazyLogging
  11. Task
  12. Dependable
  13. AnyRef
  14. 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 Varscan2Somatic(tumorPileup: Path, normalPileup: Path, out: PathPrefix, minimumVariantFrequency: Double = 0.01, pValue: Double = 0.2, somaticPValue: Double = 0.05, strandFilter: Boolean = true, vcfOutput: Boolean = true)

    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 Varscan2Somatic to any2stringadd[Varscan2Somatic] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  6. def ->[B](y: B): (Varscan2Somatic, B)

    Permalink
    Implicit information
    This member is added by an implicit conversion from Varscan2Somatic to ArrowAssoc[Varscan2Somatic] 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 applyResources(resources: ResourceSet): Unit

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

    Permalink
    Definition Classes
    Varscan2Somatic → ProcessTask
  13. final def asInstanceOf[T0]: T0

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

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

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

    Permalink
    Definition Classes
    ConfigurationLike
  17. def config: Config

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    Implicit information
    This member is added by an implicit conversion from Varscan2Somatic to StringFormat[Varscan2Somatic] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  30. final def getClass(): Class[_]

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  33. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  34. def jar: Path

    Permalink
  35. 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
  36. lazy val logger: Logger

    Permalink
    Attributes
    protected
    Definition Classes
    LazyLogging
  37. val minimumVariantFrequency: Double

    Permalink
  38. var name: String

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

    Permalink
    Definition Classes
    AnyRef
  40. val normalPileup: Path

    Permalink
  41. final def notify(): Unit

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

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

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

    Permalink
    Definition Classes
    ConfigurationLike
  45. val out: PathPrefix

    Permalink
  46. val pValue: Double

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

    Permalink
    Definition Classes
    FixedResources → Schedulable
  48. def removeDependency(task: Task): Boolean

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

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

    Permalink
    Definition Classes
    FixedResources
  51. def requires(resources: ResourceSet): Varscan2Somatic.this.type

    Permalink
    Definition Classes
    FixedResources
  52. def resources: ResourceSet

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

    Permalink
    Definition Classes
    Task
  54. val somaticPValue: Double

    Permalink
  55. val strandFilter: Boolean

    Permalink
  56. final def synchronized[T0](arg0: ⇒ T0): T0

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

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

    Permalink
    Definition Classes
    ProcessTask → AnyRef → Any
  59. val tumorPileup: Path

    Permalink
  60. val vcfOutput: Boolean

    Permalink
  61. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  64. def withName(name: String): Varscan2Somatic.this.type

    Permalink
    Definition Classes
    Task
  65. def [B](y: B): (Varscan2Somatic, B)

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

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 Varscan2Somatic to any2stringadd[Varscan2Somatic]

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

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

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

Ungrouped