Class

com.fulcrumgenomics.bam

UpdateReadGroups

Related Doc: package bam

Permalink

class UpdateReadGroups extends FgBioTool with LazyLogging

Updates one or more read groups.

Annotations
@ClpAnnotation()
Linear Supertypes
LazyLogging, FgBioTool, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. UpdateReadGroups
  2. LazyLogging
  3. FgBioTool
  4. AnyRef
  5. 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 UpdateReadGroups(input: dagr.commons.CommonsDef.PathToBam, output: dagr.commons.CommonsDef.PathToBam, readGroupsFile: dagr.commons.CommonsDef.PathToBam, keepReadGroupAttributes: Boolean = false, ignoreMissingReadGroups: Boolean = false)

    Permalink

Value Members

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

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

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

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

    Permalink
    Implicit information
    This member is added by an implicit conversion from UpdateReadGroups to ArrowAssoc[UpdateReadGroups] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  5. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  6. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  7. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. def ensuring(cond: (UpdateReadGroups) ⇒ Boolean, msg: ⇒ Any): UpdateReadGroups

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

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

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  14. def execute(): Unit

    Permalink
    Definition Classes
    UpdateReadGroupsFgBioTool
  15. def fail(exit: Int, message: String): Nothing

    Permalink

    Fail with a specific error code and message.

    Fail with a specific error code and message.

    Definition Classes
    FgBioTool
  16. def fail(message: String): Nothing

    Permalink

    Fail with the default exit code and a message.

    Fail with the default exit code and a message.

    Definition Classes
    FgBioTool
  17. def fail(exit: Int): Nothing

    Permalink

    Fail with just an exit code.

    Fail with just an exit code.

    Definition Classes
    FgBioTool
  18. def finalize(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  21. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  22. val ignoreMissingReadGroups: Boolean

    Permalink
  23. val input: dagr.commons.CommonsDef.PathToBam

    Permalink
  24. def invalid(message: String): Nothing

    Permalink

    Generates a new validation exception with the given message.

    Generates a new validation exception with the given message.

    Definition Classes
    FgBioTool
  25. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  26. val keepReadGroupAttributes: Boolean

    Permalink
  27. lazy val logger: Logger

    Permalink
    Attributes
    protected
    Definition Classes
    LazyLogging
  28. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  31. val output: dagr.commons.CommonsDef.PathToBam

    Permalink
  32. val readGroupsFile: dagr.commons.CommonsDef.PathToBam

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

    Permalink
    Definition Classes
    AnyRef
  34. def toString(): String

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

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  38. def [B](y: B): (UpdateReadGroups, B)

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

Inherited from LazyLogging

Inherited from FgBioTool

Inherited from AnyRef

Inherited from Any

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

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

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

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

Ungrouped