Class

dagr.pipelines

ExamplePipeline

Related Doc: package pipelines

Permalink

class ExamplePipeline extends Pipeline

Very simple example pipeline that is used in the README.md

Annotations
@ClpAnnotation()
Linear Supertypes
Pipeline, LazyLogging, Task, Dependable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. ExamplePipeline
  2. Pipeline
  3. LazyLogging
  4. Task
  5. Dependable
  6. AnyRef
  7. 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 ExamplePipeline(fastq: PathToFastq, ref: PathToFasta, targets: Option[PathToIntervals] = None, out: DirPath, prefix: String)

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

    Permalink
    Implicit information
    This member is added by an implicit conversion from ExamplePipeline to ArrowAssoc[ExamplePipeline] 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 addTask(task: Task): task.type

    Permalink
    Definition Classes
    Pipeline
  12. def addTasks(task: Task*): Unit

    Permalink
    Definition Classes
    Pipeline
  13. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  14. def build(): Unit

    Permalink
    Definition Classes
    ExamplePipeline → Pipeline
  15. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  16. def contains(task: Task): Boolean

    Permalink
    Definition Classes
    Pipeline
  17. def ensuring(cond: (ExamplePipeline) ⇒ Boolean, msg: ⇒ Any): ExamplePipeline

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

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

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

    Permalink
    Implicit information
    This member is added by an implicit conversion from ExamplePipeline to Ensuring[ExamplePipeline] 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. val fastq: PathToFastq

    Permalink
  24. def finalize(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  27. final def getTasks: Traversable[_ <: Task]

    Permalink
    Definition Classes
    Pipeline → Task
  28. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  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: DirPath

    Permalink
  37. val outputDirectory: Option[Path]

    Permalink
    Definition Classes
    Pipeline
  38. val prefix: String

    Permalink
  39. val ref: PathToFasta

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

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

    Permalink
    Definition Classes
    Task
  42. val root: Dependable

    Permalink
    Definition Classes
    Pipeline
  43. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  44. val targets: Option[PathToIntervals]

    Permalink
  45. def toString(): String

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

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

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

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

    Permalink
    Definition Classes
    Task
  50. def [B](y: B): (ExamplePipeline, B)

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

Inherited from Pipeline

Inherited from LazyLogging

Inherited from Task

Inherited from Dependable

Inherited from AnyRef

Inherited from Any

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

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

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

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

Ungrouped