Class

dagr.tasks.bwa

BwaSamse

Related Doc: package bwa

Permalink

class BwaSamse extends ProcessTask with FixedResources

Class for running "bwa samse"

Linear Supertypes
FixedResources, ScheduleWithEmptyDefaultResources, ProcessTask, UnitTask, Schedulable, LazyLogging, Task, Dependable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. BwaSamse
  2. FixedResources
  3. ScheduleWithEmptyDefaultResources
  4. ProcessTask
  5. UnitTask
  6. Schedulable
  7. LazyLogging
  8. Task
  9. Dependable
  10. AnyRef
  11. 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 BwaSamse(r1Fastq: PathToFastq, r1Sai: FilePath, out: PathToBam, ref: PathToFasta)

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

    Permalink
    Implicit information
    This member is added by an implicit conversion from BwaSamse to ArrowAssoc[BwaSamse] 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 addDependent(dependent: Dependable): Unit

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

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

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

    Permalink
    Definition Classes
    BwaSamse → 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: (BwaSamse) ⇒ Boolean, msg: ⇒ Any): BwaSamse

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

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

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

    Permalink
    Implicit information
    This member is added by an implicit conversion from BwaSamse to Ensuring[BwaSamse] 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 BwaSamse to StringFormat[BwaSamse] 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[_ <: BwaSamse.this.type]

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

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

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

    Permalink
    Definition Classes
    Any
  30. lazy val logger: Logger

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

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

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

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

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

    Permalink
    Definition Classes
    Task
  36. val out: PathToBam

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

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

    Permalink
    Attributes
    protected
    Definition Classes
    ProcessTask
  39. val r1Fastq: PathToFastq

    Permalink
  40. val r1Sai: FilePath

    Permalink
  41. val ref: PathToFasta

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

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

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

    Permalink
    Definition Classes
    FixedResources
  45. def requires(resources: ResourceSet): BwaSamse.this.type

    Permalink
    Definition Classes
    FixedResources
  46. def resources: ResourceSet

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

    Permalink
    Definition Classes
    AnyRef
  48. def tailTasks: Traversable[Task]

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    Task
  56. def [B](y: B): (BwaSamse, B)

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

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

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

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

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

Ungrouped