Class

dagr.tasks.bwa

BwaMem

Related Doc: package bwa

Permalink

class BwaMem extends ProcessTask with VariableResources with Pipe[Fastq, Sam]

Linear Supertypes
Pipe[Fastq, Sam], VariableResources, ScheduleWithEmptyDefaultResources, ProcessTask, UnitTask, Schedulable, LazyLogging, Task, Dependable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. BwaMem
  2. Pipe
  3. VariableResources
  4. ScheduleWithEmptyDefaultResources
  5. ProcessTask
  6. UnitTask
  7. Schedulable
  8. LazyLogging
  9. Task
  10. Dependable
  11. AnyRef
  12. 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 BwaMem(fastq: PathToFastq = Io.StdIn, out: Option[PathToBam] = None, ref: PathToFasta, minThreads: Int = 1, maxThreads: Int = 32, memory: Memory = Memory("8G"))

    Permalink

Value Members

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

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

    Permalink
    Definition Classes
    Task → Dependable
  3. def !=>(other: Task): other.type

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

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

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  9. def ==>(other: MultiTask): other.type

    Permalink
    Definition Classes
    Task → Dependable
  10. def ==>(other: Task): other.type

    Permalink
    Definition Classes
    Task → Dependable
  11. def >(path: Path): Pipe[Fastq, Void]

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

    Permalink
    Definition Classes
    Pipe
  13. def applyResources(resources: ResourceSet): Unit

    Permalink
    Definition Classes
    VariableResources → Schedulable
  14. def args: Seq[Any]

    Permalink
    Definition Classes
    BwaMem → ProcessTask
  15. final def asInstanceOf[T0]: T0

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  28. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  29. lazy val logger: Logger

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

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

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

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

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

    Permalink
    Definition Classes
    Task
  35. def pickResources(resources: ResourceSet): Option[ResourceSet]

    Permalink
    Definition Classes
    BwaMem → Schedulable
  36. def removeDependency(task: Task): Boolean

    Permalink
    Definition Classes
    Task
  37. def resources: ResourceSet

    Permalink
    Definition Classes
    ScheduleWithEmptyDefaultResources
  38. def retry(taskInfo: TaskExecutionInfo, failedOnComplete: Boolean): Option[Task]

    Permalink
    Definition Classes
    Task
  39. final def synchronized[T0](arg0: ⇒ T0): T0

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

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

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

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

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

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

    Permalink
    Definition Classes
    Pipe
  46. def [B](y: B): (BwaMem, B)

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

Inherited from Pipe[Fastq, Sam]

Inherited from VariableResources

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

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

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

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

Ungrouped