Class

dagr.tasks.picard

IntervalListTools

Related Doc: package picard

Permalink

class IntervalListTools extends PicardTask

Task to run Picard's IntervalListTools.

Linear Supertypes
PicardTask, Configuration, ConfigurationLike, FixedResources, ScheduleWithEmptyDefaultResources, JarTask, ProcessTask, UnitTask, Schedulable, LazyLogging, Task, Dependable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. IntervalListTools
  2. PicardTask
  3. Configuration
  4. ConfigurationLike
  5. FixedResources
  6. ScheduleWithEmptyDefaultResources
  7. JarTask
  8. ProcessTask
  9. UnitTask
  10. Schedulable
  11. LazyLogging
  12. Task
  13. Dependable
  14. AnyRef
  15. 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 IntervalListTools(in: Seq[PathToIntervals], secondIn: Seq[PathToIntervals] = Nil, out: PathToIntervals, padding: Int = 0, sort: Boolean = true, unique: Boolean = false, action: Action = Action.CONCAT, invert: Boolean = false)

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

    Permalink
    Implicit information
    This member is added by an implicit conversion from IntervalListTools to ArrowAssoc[IntervalListTools] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  6. def ::(other: Dependable): Dependable

    Permalink
    Definition Classes
    Dependable
  7. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  8. final def ==>(other: Dependable): Dependable

    Permalink
    Definition Classes
    Dependable
  9. val action: Action

    Permalink
  10. def addDependent(dependent: Dependable): Unit

    Permalink
    Definition Classes
    Task → Dependable
  11. def addPicardArgs(buffer: ListBuffer[Any]): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    IntervalListToolsPicardTask
  12. def applyResources(resources: ResourceSet): Unit

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

    Permalink
    Definition Classes
    PicardTask → ProcessTask
  14. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  15. def asType[T](path: String)(implicit arg0: scala.reflect.api.JavaUniverse.TypeTag[T]): T

    Permalink
    Attributes
    protected
    Definition Classes
    ConfigurationLike
  16. var bufferSize: Option[Int]

    Permalink

    the buffer size for the samjdk.

    the buffer size for the samjdk.

    Definition Classes
    PicardTask
  17. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  18. def commandLineName: String

    Permalink
    Definition Classes
    ConfigurationLike
  19. lazy val commandName: String

    Permalink

    Looks up the first super class that does not have "$anon$" in its name.

    Looks up the first super class that does not have "$anon$" in its name.

    Definition Classes
    PicardTask
  20. var compressionLevel: Option[Int]

    Permalink

    the compress level to use.

    the compress level to use.

    Definition Classes
    PicardTask
  21. def config: Config

    Permalink
    Attributes
    protected
    Definition Classes
    Configuration → ConfigurationLike
  22. def configure[T](path: String, defaultValue: T)(implicit arg0: scala.reflect.api.JavaUniverse.TypeTag[T]): T

    Permalink
    Definition Classes
    ConfigurationLike
  23. def configure[T](path: String)(implicit arg0: scala.reflect.api.JavaUniverse.TypeTag[T]): T

    Permalink
    Definition Classes
    ConfigurationLike
  24. def configureExecutable(path: String, executable: String): Path

    Permalink
    Definition Classes
    ConfigurationLike
  25. def configureExecutableFromBinDirectory(binPath: String, executable: String, subDir: Option[Path]): Path

    Permalink
    Definition Classes
    ConfigurationLike
  26. var createIndex: Option[Boolean]

    Permalink

    true if we are to create an index, false otherwise.

    true if we are to create an index, false otherwise.

    Definition Classes
    PicardTask
  27. var createMd5File: Option[Boolean]

    Permalink

    true if we are to create an Md5 file, false otherwise.

    true if we are to create an Md5 file, false otherwise.

    Definition Classes
    PicardTask
  28. def ensuring(cond: (IntervalListTools) ⇒ Boolean, msg: ⇒ Any): IntervalListTools

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

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  39. val in: Seq[PathToIntervals]

    Permalink
  40. val invert: Boolean

    Permalink
  41. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  42. def jarArgs(jarPath: Path, jvmArgs: Traversable[String] = Nil, jvmProperties: Map[String, String] = Map.empty, jvmMemory: Memory, useAdvancedGcOptions: Boolean = true): List[String]

    Permalink
    Attributes
    protected
    Definition Classes
    JarTask
  43. def jarPath: Path

    Permalink

    The path to the JAR to be executed.

    The path to the JAR to be executed.

    Definition Classes
    PicardTask
  44. var jvmArgs: List[String]

    Permalink

    a list of arguments to the JVM.

    a list of arguments to the JVM.

    Definition Classes
    PicardTask
  45. lazy val logger: Logger

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

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

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

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

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

    Permalink
    Definition Classes
    Task
  51. def optionallyConfigure[T](path: String)(implicit arg0: scala.reflect.api.JavaUniverse.TypeTag[T]): Option[T]

    Permalink
    Definition Classes
    ConfigurationLike
  52. val out: PathToIntervals

    Permalink
  53. val padding: Int

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

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

    Permalink
    Attributes
    protected
    Definition Classes
    ProcessTask
  56. def removeDependency(task: Task): Boolean

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

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

    Permalink
    Definition Classes
    FixedResources
  59. def requires(resources: ResourceSet): IntervalListTools.this.type

    Permalink
    Definition Classes
    FixedResources
  60. def resources: ResourceSet

    Permalink
    Definition Classes
    ScheduleWithEmptyDefaultResources
  61. val secondIn: Seq[PathToIntervals]

    Permalink
  62. val sort: Boolean

    Permalink
  63. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  64. def systemPath: Seq[Path]

    Permalink
    Attributes
    protected
    Definition Classes
    ConfigurationLike
  65. def tasksDependedOn: Traversable[Task]

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

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

    Permalink
    Definition Classes
    ProcessTask → AnyRef → Any
  68. val unique: Boolean

    Permalink
  69. var useAdvancedGcOptions: Boolean

    Permalink

    use advanced garbage collection parameters.

    use advanced garbage collection parameters.

    Definition Classes
    PicardTask
  70. var useAsyncIo: Boolean

    Permalink

    true if we are to use asynchronous IO, false otherwise.

    true if we are to use asynchronous IO, false otherwise.

    Definition Classes
    PicardTask
  71. var validationStringency: Option[ValidationStringency]

    Permalink

    set the default validation stringency for Picard.

    set the default validation stringency for Picard.

    Definition Classes
    PicardTask
  72. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  75. def withAsyncIo(async: Boolean = true): IntervalListTools.this.type

    Permalink

    Sets asynchronous IO on or off.

    Sets asynchronous IO on or off.

    Definition Classes
    PicardTask
  76. def withCompression(i: Int): IntervalListTools.this.type

    Permalink

    Sets the compression level to a specific value.

    Sets the compression level to a specific value.

    Definition Classes
    PicardTask
  77. def withIndexing(indexing: Boolean = true): IntervalListTools.this.type

    Permalink

    Sets asynchronous IO on or off.

    Sets asynchronous IO on or off.

    Definition Classes
    PicardTask
  78. def withName(name: String): IntervalListTools.this.type

    Permalink
    Definition Classes
    Task
  79. def [B](y: B): (IntervalListTools, B)

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

Inherited from PicardTask

Inherited from Configuration

Inherited from ConfigurationLike

Inherited from FixedResources

Inherited from ScheduleWithEmptyDefaultResources

Inherited from JarTask

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

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

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

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

Ungrouped