Class

dagr.tasks.fgbio

ExtractUmisFromBam

Related Doc: package fgbio

Permalink

class ExtractUmisFromBam extends FgBioTask with Pipe[SamOrBam, SamOrBam]

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. ExtractUmisFromBam
  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 ExtractUmisFromBam(in: com.fulcrumgenomics.commons.CommonsDef.PathToBam, out: com.fulcrumgenomics.commons.CommonsDef.PathToBam, readStructures: Seq[String], umiTags: Seq[String], annotateNames: Boolean = true, clippingAttribute: Option[String] = 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 ExtractUmisFromBam to any2stringadd[ExtractUmisFromBam] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  5. def ->[B](y: B): (ExtractUmisFromBam, B)

    Permalink
    Implicit information
    This member is added by an implicit conversion from ExtractUmisFromBam to ArrowAssoc[ExtractUmisFromBam] 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
    ExtractUmisFromBamFgBioTask
  17. def allTasks: Traversable[Task]

    Permalink
    Definition Classes
    Task → Dependable
  18. val annotateNames: Boolean

    Permalink
  19. def applyResources(resources: ResourceSet): Unit

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

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

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

    Permalink
    Attributes
    protected
    Definition Classes
    ConfigurationLike
  23. val clippingAttribute: Option[String]

    Permalink
  24. def clone(): AnyRef

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

    Permalink
    Definition Classes
    ConfigurationLike
  26. 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
  27. var compressionLevel: Option[Int]

    Permalink

    the compress level to use for HTSJDK.

    the compress level to use for HTSJDK.

    Definition Classes
    FgBioTask
  28. def config: Config

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  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 ExtractUmisFromBam to StringFormat[ExtractUmisFromBam] 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[_ <: ExtractUmisFromBam.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: com.fulcrumgenomics.commons.CommonsDef.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. var name: String

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

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

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

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

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

    Permalink
    Definition Classes
    ConfigurationLike
  57. val out: com.fulcrumgenomics.commons.CommonsDef.PathToBam

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

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

    Permalink
    Attributes
    protected
    Definition Classes
    ProcessTask
  60. val readStructures: Seq[String]

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

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

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

    Permalink
    Definition Classes
    FixedResources
  64. def requires(resources: ResourceSet): ExtractUmisFromBam.this.type

    Permalink
    Definition Classes
    FixedResources
  65. def resources: ResourceSet

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

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

    Permalink
    Attributes
    protected
    Definition Classes
    ConfigurationLike
  68. def tailTasks: Traversable[Task]

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

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

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

    Permalink
    Definition Classes
    ProcessTask → AnyRef → Any
  72. val umiTags: Seq[String]

    Permalink
  73. final def wait(): Unit

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

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

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

    Permalink

    Sets the compression level to a specific value.

    Sets the compression level to a specific value.

    Definition Classes
    FgBioTask
  77. def withName(name: String): ExtractUmisFromBam.this.type

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

    Permalink
    Definition Classes
    Pipe
  79. def [B](y: B): (ExtractUmisFromBam, B)

    Permalink
    Implicit information
    This member is added by an implicit conversion from ExtractUmisFromBam to ArrowAssoc[ExtractUmisFromBam] 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 ExtractUmisFromBam to any2stringadd[ExtractUmisFromBam]

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

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

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

Ungrouped