Class/Object

dagr.tasks.bwa

BwaK8AltProcessor

Related Docs: object BwaK8AltProcessor | package bwa

Permalink

class BwaK8AltProcessor extends ProcessTask with FixedResources with Configuration with Pipe[Sam, Sam]

Task for running the alt-mapping post-processing setup from bwa.kit. By default reads from stdin, but an input file can be supplied. Writes to stdout.

Linear Supertypes
Pipe[Sam, Sam], Configuration, ConfigurationLike, FixedResources, ScheduleWithEmptyDefaultResources, ProcessTask, UnitTask, Schedulable, LazyLogging, Task, Dependable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. BwaK8AltProcessor
  2. Pipe
  3. Configuration
  4. ConfigurationLike
  5. FixedResources
  6. ScheduleWithEmptyDefaultResources
  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 BwaK8AltProcessor(in: Option[Path] = None, altFile: Path)

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    BwaK8AltProcessor → ProcessTask
  19. final def asInstanceOf[T0]: T0

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

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

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

    Permalink
    Definition Classes
    ConfigurationLike
  23. def config: Config

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

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

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

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

    Permalink
    Definition Classes
    ConfigurationLike
  28. def discardError(): Pipe[Sam, Sam]

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    Task → Dependable
  41. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  42. lazy val logger: Logger

    Permalink
    Attributes
    protected
    Definition Classes
    LazyLogging
  43. var name: String

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

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

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

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

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

    Permalink
    Definition Classes
    ConfigurationLike
  49. def pickResources(availableResources: ResourceSet): Option[ResourceSet]

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

    Permalink
    Attributes
    protected
    Definition Classes
    ProcessTask
  51. def removeDependency(task: Task): Boolean

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

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

    Permalink
    Definition Classes
    FixedResources
  54. def requires(resources: ResourceSet): BwaK8AltProcessor.this.type

    Permalink
    Definition Classes
    FixedResources
  55. def resources: ResourceSet

    Permalink
    Definition Classes
    ScheduleWithEmptyDefaultResources
  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 tailTasks: Traversable[Task]

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    Pipe
  67. def [B](y: B): (BwaK8AltProcessor, B)

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

Inherited from Pipe[Sam, Sam]

Inherited from Configuration

Inherited from ConfigurationLike

Inherited from FixedResources

Inherited from ScheduleWithEmptyDefaultResources

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

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

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

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

Ungrouped