Class/Object

dagr.tasks.picard

MarkIlluminaAdapters

Related Docs: object MarkIlluminaAdapters | package picard

Permalink

class MarkIlluminaAdapters extends PicardTask with PicardMetricsTask with Pipe[SamOrBam, SamOrBam]

Linear Supertypes
Pipe[SamOrBam, SamOrBam], PicardMetricsTask, PicardTask, Configuration, ConfigurationLike, FixedResources, ScheduleWithEmptyDefaultResources, JarTask, ProcessTask, UnitTask, Schedulable, LazyLogging, Task, Dependable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. MarkIlluminaAdapters
  2. Pipe
  3. PicardMetricsTask
  4. PicardTask
  5. Configuration
  6. ConfigurationLike
  7. FixedResources
  8. ScheduleWithEmptyDefaultResources
  9. JarTask
  10. ProcessTask
  11. UnitTask
  12. Schedulable
  13. LazyLogging
  14. Task
  15. Dependable
  16. AnyRef
  17. 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 MarkIlluminaAdapters(in: PathToBam, out: PathToBam, prefix: Option[Path], fivePrimeAdapter: Option[String] = None, threePrimeAdapter: Option[String] = 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 MarkIlluminaAdapters to any2stringadd[MarkIlluminaAdapters] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  5. def ->[B](y: B): (MarkIlluminaAdapters, B)

    Permalink
    Implicit information
    This member is added by an implicit conversion from MarkIlluminaAdapters to ArrowAssoc[MarkIlluminaAdapters] 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 >(path: Path): Pipe[SamOrBam, Void]

    Permalink
    Definition Classes
    Pipe
  12. def >!(path: Path): Pipe[SamOrBam, SamOrBam]

    Permalink
    Definition Classes
    Pipe
  13. def >>(path: Path): Pipe[SamOrBam, Void]

    Permalink
    Definition Classes
    Pipe
  14. def >>!(path: Path): Pipe[SamOrBam, SamOrBam]

    Permalink
    Definition Classes
    Pipe
  15. def addDependent(dependent: Dependable): Unit

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

    Permalink
    Attributes
    protected
    Definition Classes
    MarkIlluminaAdaptersPicardTask
  17. def allTasks: Traversable[Task]

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

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

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

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

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

    Permalink

    the buffer size for the samjdk.

    the buffer size for the samjdk.

    Definition Classes
    PicardTask
  23. def clone(): AnyRef

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

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

    Permalink

    the compress level to use.

    the compress level to use.

    Definition Classes
    PicardTask
  27. def config: Config

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

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

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

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

    Permalink
    Definition Classes
    ConfigurationLike
  32. 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
  33. 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
  34. def discardError(): Pipe[SamOrBam, SamOrBam]

    Permalink
    Definition Classes
    Pipe
  35. def ensuring(cond: (MarkIlluminaAdapters) ⇒ Boolean, msg: ⇒ Any): MarkIlluminaAdapters

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    Task → Dependable
  47. val in: PathToBam

    Permalink

    The path to the input BAM

    The path to the input BAM

    Definition Classes
    MarkIlluminaAdaptersPicardMetricsTask
  48. final def isInstanceOf[T0]: Boolean

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

    Permalink

    The path to the JAR to be executed.

    The path to the JAR to be executed.

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

    Permalink

    a list of arguments to the JVM.

    a list of arguments to the JVM.

    Definition Classes
    PicardTask
  52. lazy val logger: Logger

    Permalink
    Attributes
    protected
    Definition Classes
    LazyLogging
  53. def metricsExtension: String

    Permalink

    All Picard metric generating tools should define their own metrics extension.

    All Picard metric generating tools should define their own metrics extension.

    Definition Classes
    MarkIlluminaAdaptersPicardMetricsTask
  54. def metricsFile(extension: String, kind: PicardOutput.Value): Path

    Permalink

    Build a path to a metrics file (text of PDF) using the appropriate prefix derived from either the supplied prefix, or the input file name.

    Build a path to a metrics file (text of PDF) using the appropriate prefix derived from either the supplied prefix, or the input file name. Useful when a program produces multiple outputs, as in the case of CollectGcBiasMetrics.

    Definition Classes
    PicardMetricsTask
  55. def metricsFile: Path

    Permalink

    Gets the metrics file path, assuming that the program generates a single metrics file with a known extension.

    Gets the metrics file path, assuming that the program generates a single metrics file with a known extension.

    Definition Classes
    PicardMetricsTask
  56. var name: String

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

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

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

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

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

    Permalink
    Definition Classes
    ConfigurationLike
  62. def pathPrefix: PathPrefix

    Permalink

    Method that should be used to fetch the file prefix, instead of accessing prefix directly.

    Method that should be used to fetch the file prefix, instead of accessing prefix directly.

    Definition Classes
    PicardMetricsTask
  63. def pickResources(availableResources: ResourceSet): Option[ResourceSet]

    Permalink
    Definition Classes
    FixedResources → Schedulable
  64. val prefix: Option[Path]

    Permalink

    The optional path to the prefix of the metrics file

    The optional path to the prefix of the metrics file

    Definition Classes
    MarkIlluminaAdaptersPicardMetricsTask
  65. var quoteIfNecessary: Boolean

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

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

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

    Permalink
    Definition Classes
    FixedResources
  69. def requires(resources: ResourceSet): MarkIlluminaAdapters.this.type

    Permalink
    Definition Classes
    FixedResources
  70. def resources: ResourceSet

    Permalink
    Definition Classes
    ScheduleWithEmptyDefaultResources
  71. final def synchronized[T0](arg0: ⇒ T0): T0

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

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

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

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

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

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

    Permalink

    use advanced garbage collection parameters.

    use advanced garbage collection parameters.

    Definition Classes
    PicardTask
  78. 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
  79. var validationStringency: Option[ValidationStringency]

    Permalink

    set the default validation stringency for Picard.

    set the default validation stringency for Picard.

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

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

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

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

    Permalink

    Sets asynchronous IO on or off.

    Sets asynchronous IO on or off.

    Definition Classes
    PicardTask
  84. def withCompression(i: Int): MarkIlluminaAdapters.this.type

    Permalink

    Sets the compression level to a specific value.

    Sets the compression level to a specific value.

    Definition Classes
    PicardTask
  85. def withIndexing(indexing: Boolean = true): MarkIlluminaAdapters.this.type

    Permalink

    Sets asynchronous IO on or off.

    Sets asynchronous IO on or off.

    Definition Classes
    PicardTask
  86. def withName(name: String): MarkIlluminaAdapters.this.type

    Permalink
    Definition Classes
    Task
  87. def |[In2 >: SamOrBam, Out2](next: Pipe[In2, Out2]): Pipe[SamOrBam, Out2]

    Permalink
    Definition Classes
    Pipe
  88. def [B](y: B): (MarkIlluminaAdapters, B)

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

Inherited from Pipe[SamOrBam, SamOrBam]

Inherited from PicardMetricsTask

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

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

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

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

Ungrouped