Class

dagr.tasks.misc

CalculateDownsamplingProportion

Related Doc: package misc

Permalink

class CalculateDownsamplingProportion extends SimpleInJvmTask

In JVM Task that pulls the total number of reads from the quality yield metrics file, and calculates a downsampling fraction.

Linear Supertypes
SimpleInJvmTask, FixedResources, ScheduleWithEmptyDefaultResources, InJvmTask, UnitTask, Schedulable, LazyLogging, Task, Dependable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. CalculateDownsamplingProportion
  2. SimpleInJvmTask
  3. FixedResources
  4. ScheduleWithEmptyDefaultResources
  5. InJvmTask
  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 CalculateDownsamplingProportion(qualityYieldMetrics: Path, targetReads: Long)

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

    Permalink
    Implicit information
    This member is added by an implicit conversion from CalculateDownsamplingProportion to ArrowAssoc[CalculateDownsamplingProportion] 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
    UnitTask → Schedulable
  12. final def asInstanceOf[T0]: T0

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  25. def inJvmMethod(): Int

    Permalink
    Definition Classes
    SimpleInJvmTask → InJvmTask
  26. final def inJvmMethod(script: Path, logFile: Path): Int

    Permalink
    Definition Classes
    InJvmTask
  27. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  28. lazy val logger: Logger

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

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

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

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

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

    Permalink
    Definition Classes
    Task
  34. def pickResources(availableResources: ResourceSet): Option[ResourceSet]

    Permalink
    Definition Classes
    FixedResources → Schedulable
  35. var proportion: Double

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

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

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

    Permalink
    Definition Classes
    FixedResources
  39. def requires(resources: ResourceSet): CalculateDownsamplingProportion.this.type

    Permalink
    Definition Classes
    FixedResources
  40. def resources: ResourceSet

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

    Permalink
    Definition Classes
    Task
  42. def run(): Unit

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

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

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

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

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

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

    Permalink
    Definition Classes
    Task
  49. def [B](y: B): (CalculateDownsamplingProportion, B)

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

Inherited from SimpleInJvmTask

Inherited from FixedResources

Inherited from ScheduleWithEmptyDefaultResources

Inherited from InJvmTask

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

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

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

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

Ungrouped