Class

dagr.tasks.bwa

BwaAln

Related Doc: package bwa

Permalink

class BwaAln extends ProcessTask with VariableResources

Class for running "bwa aln"

Linear Supertypes
VariableResources, ScheduleWithEmptyDefaultResources, ProcessTask, UnitTask, Schedulable, LazyLogging, Task, Dependable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. BwaAln
  2. VariableResources
  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 BwaAln(in: PathToFastq, out: FilePath, ref: PathToFasta, maxCores: Int = 8)

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

    Permalink
    Implicit information
    This member is added by an implicit conversion from BwaAln to ArrowAssoc[BwaAln] 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 applyResources(resources: ResourceSet): Unit

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

    Permalink
    Definition Classes
    BwaAln → ProcessTask
  13. final def asInstanceOf[T0]: T0

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  26. val in: PathToFastq

    Permalink
  27. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  28. lazy val logger: Logger

    Permalink
    Attributes
    protected
    Definition Classes
    LazyLogging
  29. val maxCores: Int

    Permalink
  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. val out: FilePath

    Permalink
  36. def pickResources(resources: ResourceSet): Option[ResourceSet]

    Permalink
    Definition Classes
    BwaAln → Schedulable
  37. val ref: PathToFasta

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

    Permalink
    Definition Classes
    Task
  39. def resources: ResourceSet

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    Task
  47. def [B](y: B): (BwaAln, B)

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

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

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

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

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

Ungrouped