Class

dagr.pipelines

ParallelHaplotypeCaller

Related Doc: package pipelines

Permalink

class ParallelHaplotypeCaller extends Pipeline

Annotations
@ClpAnnotation()
Linear Supertypes
Pipeline, LazyLogging, Task, Dependable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ParallelHaplotypeCaller
  2. Pipeline
  3. LazyLogging
  4. Task
  5. Dependable
  6. AnyRef
  7. 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 ParallelHaplotypeCaller(ref: PathToFasta, input: PathToBam, intervals: Option[PathToIntervals] = None, output: PathToVcf, dbsnp: Option[PathToVcf] = None, filterVcf: Boolean = false, maxBasesPerScatter: Int = 25000000, tmpDirectory: Option[Path], useNativePairHmm: Boolean = false)

    Permalink

Value Members

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

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

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

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

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

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

    Permalink
    Definition Classes
    Dependable
  7. def ::(other: Dependable): Dependable

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

    Permalink
    Definition Classes
    AnyRef → Any
  9. final def ==>(other: Option[Dependable]): Dependable

    Permalink
    Definition Classes
    Dependable
  10. final def ==>(other: Dependable): Dependable

    Permalink
    Definition Classes
    Dependable
  11. def addDependent(dependent: Dependable): Unit

    Permalink
    Definition Classes
    Task → Dependable
  12. def allTasks: Traversable[Task]

    Permalink
    Definition Classes
    Task → Dependable
  13. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  14. def build(): Unit

    Permalink
    Definition Classes
    ParallelHaplotypeCaller → Pipeline
  15. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  16. def contains(task: Task): Boolean

    Permalink
    Definition Classes
    Pipeline
  17. val dbsnp: Option[PathToVcf]

    Permalink
  18. def ensuring(cond: (ParallelHaplotypeCaller) ⇒ Boolean, msg: ⇒ Any): ParallelHaplotypeCaller

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

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

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  24. val filterVcf: Boolean

    Permalink
  25. def finalize(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  28. final def getTasks: Traversable[_ <: Task]

    Permalink
    Definition Classes
    Pipeline → Task
  29. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  30. def headTasks: Traversable[Task]

    Permalink
    Definition Classes
    Task → Dependable
  31. val input: PathToBam

    Permalink
  32. val intervals: Option[PathToIntervals]

    Permalink
  33. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  34. lazy val logger: Logger

    Permalink
    Attributes
    protected
    Definition Classes
    LazyLogging
  35. val maxBasesPerScatter: Int

    Permalink
  36. var name: String

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

    Permalink
    Definition Classes
    AnyRef
  38. final def notify(): Unit

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

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

    Permalink
    Definition Classes
    Task
  41. val output: PathToVcf

    Permalink
  42. val outputDirectory: Option[Path]

    Permalink
    Definition Classes
    Pipeline
  43. val ref: PathToFasta

    Permalink
  44. def removeDependency(task: Task): Boolean

    Permalink
    Definition Classes
    Task
  45. val root: Dependable

    Permalink
    Definition Classes
    Pipeline
  46. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  47. def tailTasks: Traversable[Task]

    Permalink
    Definition Classes
    Task → Dependable
  48. def tasksDependedOn: Traversable[Task]

    Permalink
    Attributes
    protected[dagr.core]
    Definition Classes
    Task
  49. def tasksDependingOnThisTask: Traversable[Task]

    Permalink
    Attributes
    protected[dagr.core]
    Definition Classes
    Task
  50. val tmpDirectory: Option[Path]

    Permalink
  51. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  52. val useNativePairHmm: Boolean

    Permalink
  53. final def wait(): Unit

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

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

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

    Permalink
    Definition Classes
    Task
  57. def [B](y: B): (ParallelHaplotypeCaller, B)

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

Inherited from Pipeline

Inherited from LazyLogging

Inherited from Task

Inherited from Dependable

Inherited from AnyRef

Inherited from Any

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

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

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

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

Ungrouped