Class

dagr.tasks.fgbio

CallMolecularConsensusReads

Related Doc: package fgbio

Permalink

class CallMolecularConsensusReads extends FgBioTask with Pipe[SamOrBam, SamOrBam]

Task to run CallMolecularConsensusReads on a BAM file that has been run through GroupReadsByUmi already. Produces an unmapped BAM file!

Linear Supertypes
Pipe[SamOrBam, SamOrBam], FgBioTask, Configuration, ConfigurationLike, FixedResources, ScheduleWithEmptyDefaultResources, JarTask, ProcessTask, UnitTask, Schedulable, LazyLogging, Task, Dependable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. CallMolecularConsensusReads
  2. Pipe
  3. FgBioTask
  4. Configuration
  5. ConfigurationLike
  6. FixedResources
  7. ScheduleWithEmptyDefaultResources
  8. JarTask
  9. ProcessTask
  10. UnitTask
  11. Schedulable
  12. LazyLogging
  13. Task
  14. Dependable
  15. AnyRef
  16. 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 CallMolecularConsensusReads(in: PathToBam, out: PathToBam, minReads: Int, rejects: Option[PathToBam] = None, tag: Option[String] = None, readNamePrefix: Option[String] = None, readGroupId: Option[String] = None, errorRatePreUmi: Option[Int] = None, errorRatePostUmi: Option[Int] = None, minInputBaseQuality: Option[Int] = None)

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

    Permalink
    Implicit information
    This member is added by an implicit conversion from CallMolecularConsensusReads to ArrowAssoc[CallMolecularConsensusReads] 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 >(path: Path): Pipe[SamOrBam, Void]

    Permalink
    Definition Classes
    Pipe
  12. def >!(path: Path): Pipe[SamOrBam, SamOrBam]

    Permalink
    Definition Classes
    Pipe
  13. def >>(path: Path): Pipe[SamOrBam, Void]

    Permalink
    Definition Classes
    Pipe
  14. def >>!(path: Path): Pipe[SamOrBam, SamOrBam]

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

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

    Permalink

    Implement this to add the tool-specific arguments

    Implement this to add the tool-specific arguments

    Attributes
    protected
    Definition Classes
    CallMolecularConsensusReadsFgBioTask
  17. def allTasks: Traversable[Task]

    Permalink
    Definition Classes
    Task → Dependable
  18. def applyResources(resources: ResourceSet): Unit

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

    Permalink
    Definition Classes
    FgBioTask → ProcessTask
  20. final def asInstanceOf[T0]: T0

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

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

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

    Permalink
    Definition Classes
    ConfigurationLike
  24. lazy val commandName: String

    Permalink

    Looks up the first super class that does not have "$anon$" in its name.

    Looks up the first super class that does not have "$anon$" in its name.

    Definition Classes
    FgBioTask
  25. var compressionLevel: Option[Int]

    Permalink

    the compress level to use for HTSJDK.

    the compress level to use for HTSJDK.

    Definition Classes
    FgBioTask
  26. def config: Config

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

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

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

    Permalink
    Definition Classes
    ConfigurationLike
  30. def configureExecutableFromBinDirectory(binPath: String, executable: String, subDir: Option[Path]): Path

    Permalink
    Definition Classes
    ConfigurationLike
  31. def discardError(): Pipe[SamOrBam, SamOrBam]

    Permalink
    Definition Classes
    Pipe
  32. def ensuring(cond: (CallMolecularConsensusReads) ⇒ Boolean, msg: ⇒ Any): CallMolecularConsensusReads

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

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

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  38. val errorRatePostUmi: Option[Int]

    Permalink
  39. val errorRatePreUmi: Option[Int]

    Permalink
  40. def fgBioJar: Path

    Permalink

    Can be overridden to use a specific FgBio jar.

    Can be overridden to use a specific FgBio jar.

    Attributes
    protected
    Definition Classes
    FgBioTask
  41. def finalize(): Unit

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

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

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

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

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

    Permalink
    Definition Classes
    Task → Dependable
  47. val in: PathToBam

    Permalink
  48. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  49. 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
  50. lazy val logger: Logger

    Permalink
    Attributes
    protected
    Definition Classes
    LazyLogging
  51. val minInputBaseQuality: Option[Int]

    Permalink
  52. val minReads: Int

    Permalink
  53. var name: String

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

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

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

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

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

    Permalink
    Definition Classes
    ConfigurationLike
  59. val out: PathToBam

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

    Permalink
    Definition Classes
    FixedResources → Schedulable
  61. var quoteIfNecessary: Boolean

    Permalink
    Attributes
    protected
    Definition Classes
    ProcessTask
  62. val readGroupId: Option[String]

    Permalink
  63. val readNamePrefix: Option[String]

    Permalink
  64. val rejects: Option[PathToBam]

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

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

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

    Permalink
    Definition Classes
    FixedResources
  68. def requires(resources: ResourceSet): CallMolecularConsensusReads.this.type

    Permalink
    Definition Classes
    FixedResources
  69. def resources: ResourceSet

    Permalink
    Definition Classes
    ScheduleWithEmptyDefaultResources
  70. final def synchronized[T0](arg0: ⇒ T0): T0

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

    Permalink
    Attributes
    protected
    Definition Classes
    ConfigurationLike
  72. val tag: Option[String]

    Permalink
  73. def tailTasks: Traversable[Task]

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

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

    Permalink
    Attributes
    protected[dagr.core]
    Definition Classes
    Task
  76. def toString(): String

    Permalink
    Definition Classes
    ProcessTask → AnyRef → Any
  77. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  80. def withCompression(i: Int): CallMolecularConsensusReads.this.type

    Permalink

    Sets the compression level to a specific value.

    Sets the compression level to a specific value.

    Definition Classes
    FgBioTask
  81. def withName(name: String): CallMolecularConsensusReads.this.type

    Permalink
    Definition Classes
    Task
  82. def |[In2 >: SamOrBam, Out2](next: Pipe[In2, Out2]): Pipe[SamOrBam, Out2]

    Permalink
    Definition Classes
    Pipe
  83. def [B](y: B): (CallMolecularConsensusReads, B)

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

Inherited from Pipe[SamOrBam, SamOrBam]

Inherited from FgBioTask

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

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

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

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

Ungrouped