Class

dagr.tasks.misc

DeleteVcfs

Related Doc: package misc

Permalink

class DeleteVcfs extends SimpleInJvmTask

Deletes one or more VCFs and their associated index files.

Linear Supertypes
SimpleInJvmTask, FixedResources, ScheduleWithEmptyDefaultResources, InJvmTask, UnitTask, Schedulable, LazyLogging, Task, Dependable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. DeleteVcfs
  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 DeleteVcfs(vcfs: PathToVcf*)

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    Task → Dependable
  28. def inJvmMethod(): Int

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

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

    Permalink
    Definition Classes
    Any
  31. lazy val logger: Logger

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

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

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

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

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

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

    Permalink
    Definition Classes
    FixedResources → Schedulable
  38. def removeDependency(task: Task): Boolean

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

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

    Permalink
    Definition Classes
    FixedResources
  41. def requires(resources: ResourceSet): DeleteVcfs.this.type

    Permalink
    Definition Classes
    FixedResources
  42. def resources: ResourceSet

    Permalink
    Definition Classes
    ScheduleWithEmptyDefaultResources
  43. def run(): Unit

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

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

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  49. val vcfs: PathToVcf*

    Permalink
  50. final def wait(): Unit

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

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

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

    Permalink
    Definition Classes
    Task
  54. def [B](y: B): (DeleteVcfs, B)

    Permalink
    Implicit information
    This member is added by an implicit conversion from DeleteVcfs to ArrowAssoc[DeleteVcfs] 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 DeleteVcfs to any2stringadd[DeleteVcfs]

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

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

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

Ungrouped