Class

dagr.tasks.picard

IlluminaBasecallsToSam

Related Doc: package picard

Permalink

class IlluminaBasecallsToSam extends PicardTask with VariableResources with JvmRanOutOfMemory

Linear Supertypes
JvmRanOutOfMemory, MemoryRetry, Retry, VariableResources, PicardTask, Configuration, ConfigurationLike, FixedResources, ScheduleWithEmptyDefaultResources, JarTask, ProcessTask, UnitTask, Schedulable, LazyLogging, Task, Dependable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. IlluminaBasecallsToSam
  2. JvmRanOutOfMemory
  3. MemoryRetry
  4. Retry
  5. VariableResources
  6. PicardTask
  7. Configuration
  8. ConfigurationLike
  9. FixedResources
  10. ScheduleWithEmptyDefaultResources
  11. JarTask
  12. ProcessTask
  13. UnitTask
  14. Schedulable
  15. LazyLogging
  16. Task
  17. Dependable
  18. AnyRef
  19. 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 IlluminaBasecallsToSam(basecallsDir: DirPath, lane: Int, runBarcode: String, readStructure: String, libraryParamsFile: FilePath, runDate: Option[Iso8601Date] = None, sequencingCenter: Option[String] = None, includeNonPfReads: Boolean = false, minThreads: Int = 4, maxThreads: Int = 16, adapterPairs: Seq[IlluminaAdapterPair] = ..., barcodesDir: Option[DirPath] = None, maxReadsInRamPerTile: Option[Int] = Some(500000), tmpDir: Option[DirPath] = None)

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

    Permalink
    Implicit information
    This member is added by an implicit conversion from IlluminaBasecallsToSam to ArrowAssoc[IlluminaBasecallsToSam] 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 addPicardArgs(buffer: ListBuffer[Any]): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    IlluminaBasecallsToSamPicardTask
  13. def allTasks: Traversable[Task]

    Permalink
    Definition Classes
    Task → Dependable
  14. def applyResources(resources: ResourceSet): Unit

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

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

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

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

    Permalink

    the buffer size for the samjdk.

    the buffer size for the samjdk.

    Definition Classes
    PicardTask
  19. val byMemoryPerThread: Memory

    Permalink
    Attributes
    protected
  20. def clone(): AnyRef

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

    Permalink
    Definition Classes
    ConfigurationLike
  22. 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
  23. var compressionLevel: Option[Int]

    Permalink

    the compress level to use.

    the compress level to use.

    Definition Classes
    PicardTask
  24. def config: Config

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

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

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

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

    Permalink
    Definition Classes
    ConfigurationLike
  29. 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
  30. 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
  31. def ensuring(cond: (IlluminaBasecallsToSam) ⇒ Boolean, msg: ⇒ Any): IlluminaBasecallsToSam

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    Task → Dependable
  43. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  44. 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
  45. def jarPath: Path

    Permalink

    The path to the JAR to be executed.

    The path to the JAR to be executed.

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

    Permalink

    a list of arguments to the JVM.

    a list of arguments to the JVM.

    Definition Classes
    PicardTask
  47. lazy val logger: Logger

    Permalink
    Attributes
    protected
    Definition Classes
    LazyLogging
  48. var memoryPerThread: Memory

    Permalink
    Attributes
    protected
  49. var name: String

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

    Permalink
    Definition Classes
    AnyRef
  51. def nextMemory(currentMemory: Memory): Option[Memory]

    Permalink

    Increases the memory per core/thread and returns true if we can run with the fewest # of threads.

    Increases the memory per core/thread and returns true if we can run with the fewest # of threads.

    Attributes
    protected
    Definition Classes
    IlluminaBasecallsToSam → MemoryRetry
  52. final def notify(): Unit

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

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

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

    Permalink
    Definition Classes
    ConfigurationLike
  56. def outOfMemoryTokens: List[String]

    Permalink
    Definition Classes
    JvmRanOutOfMemory
  57. def pickResources(resources: ResourceSet): Option[ResourceSet]

    Permalink

    Chooses the maximum # of cores given a memory per core requirement.

    Chooses the maximum # of cores given a memory per core requirement.

    Definition Classes
    IlluminaBasecallsToSam → FixedResources → Schedulable
  58. var quoteIfNecessary: Boolean

    Permalink
    Attributes
    protected
    Definition Classes
    ProcessTask
  59. def ranOutOfMemory(taskInfo: TaskExecutionInfo): Boolean

    Permalink
    Attributes
    protected[dagr.core]
    Definition Classes
    JvmRanOutOfMemory → MemoryRetry
  60. def removeDependency(task: Task): Boolean

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

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

    Permalink
    Definition Classes
    FixedResources
  63. def requires(resources: ResourceSet): IlluminaBasecallsToSam.this.type

    Permalink
    Definition Classes
    FixedResources
  64. def resources: ResourceSet

    Permalink
    Definition Classes
    ScheduleWithEmptyDefaultResources
  65. final def retry(systemResources: SystemResources, taskInfo: TaskExecutionInfo): Boolean

    Permalink
    Definition Classes
    MemoryRetry → Retry
  66. final def synchronized[T0](arg0: ⇒ T0): T0

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

    Permalink
    Attributes
    protected
    Definition Classes
    ConfigurationLike
  68. def tailTasks: Traversable[Task]

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

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

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

    Permalink
    Definition Classes
    ProcessTask → AnyRef → Any
  72. var useAdvancedGcOptions: Boolean

    Permalink

    use advanced garbage collection parameters.

    use advanced garbage collection parameters.

    Definition Classes
    PicardTask
  73. 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
  74. def useSystemMemory: Boolean

    Permalink
    Attributes
    protected
    Definition Classes
    MemoryRetry
  75. var validationStringency: Option[ValidationStringency]

    Permalink

    set the default validation stringency for Picard.

    set the default validation stringency for Picard.

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

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

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

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

    Permalink

    Sets asynchronous IO on or off.

    Sets asynchronous IO on or off.

    Definition Classes
    PicardTask
  80. def withCompression(i: Int): IlluminaBasecallsToSam.this.type

    Permalink

    Sets the compression level to a specific value.

    Sets the compression level to a specific value.

    Definition Classes
    PicardTask
  81. def withIndexing(indexing: Boolean = true): IlluminaBasecallsToSam.this.type

    Permalink

    Sets asynchronous IO on or off.

    Sets asynchronous IO on or off.

    Definition Classes
    PicardTask
  82. def withName(name: String): IlluminaBasecallsToSam.this.type

    Permalink
    Definition Classes
    Task
  83. def [B](y: B): (IlluminaBasecallsToSam, B)

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

Inherited from JvmRanOutOfMemory

Inherited from MemoryRetry

Inherited from Retry

Inherited from VariableResources

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

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

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

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

Ungrouped