org.bdgenomics.quinine.cli

CompareADAM

class CompareADAM extends BDGSparkCommand[CompareADAMArgs] with Serializable

Linear Supertypes
Serializable, Serializable, BDGSparkCommand[CompareADAMArgs], Logging, BDGCommand, Runnable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. CompareADAM
  2. Serializable
  3. Serializable
  4. BDGSparkCommand
  5. Logging
  6. BDGCommand
  7. Runnable
  8. AnyRef
  9. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new CompareADAM(args: CompareADAMArgs)

Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. val args: CompareADAMArgs

    Attributes
    protected
    Definition Classes
    CompareADAM → BDGSparkCommand
  7. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  8. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. val companion: BDGCommandCompanion

    Definition Classes
    CompareADAM → BDGCommand
  10. final def eq(arg0: AnyRef): Boolean

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

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

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  13. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  14. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  15. def initializeMetrics(sc: SparkContext): Option[MetricsListener]

    Definition Classes
    BDGSparkCommand
  16. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  17. def isTraceEnabled(): Boolean

    Attributes
    protected
    Definition Classes
    Logging
  18. def log: Logger

    Attributes
    protected
    Definition Classes
    Logging
  19. def logDebug(msg: ⇒ String, throwable: Throwable): Unit

    Attributes
    protected
    Definition Classes
    Logging
  20. def logDebug(msg: ⇒ String): Unit

    Attributes
    protected
    Definition Classes
    Logging
  21. def logError(msg: ⇒ String, throwable: Throwable): Unit

    Attributes
    protected
    Definition Classes
    Logging
  22. def logError(msg: ⇒ String): Unit

    Attributes
    protected
    Definition Classes
    Logging
  23. def logInfo(msg: ⇒ String, throwable: Throwable): Unit

    Attributes
    protected
    Definition Classes
    Logging
  24. def logInfo(msg: ⇒ String): Unit

    Attributes
    protected
    Definition Classes
    Logging
  25. def logName: String

    Attributes
    protected
    Definition Classes
    Logging
  26. def logTrace(msg: ⇒ String, throwable: Throwable): Unit

    Attributes
    protected
    Definition Classes
    Logging
  27. def logTrace(msg: ⇒ String): Unit

    Attributes
    protected
    Definition Classes
    Logging
  28. def logWarning(msg: ⇒ String, throwable: Throwable): Unit

    Attributes
    protected
    Definition Classes
    Logging
  29. def logWarning(msg: ⇒ String): Unit

    Attributes
    protected
    Definition Classes
    Logging
  30. final def ne(arg0: AnyRef): Boolean

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

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

    Definition Classes
    AnyRef
  33. def printMetrics(totalTime: Long, metricsListener: Option[MetricsListener]): Unit

    Definition Classes
    BDGSparkCommand
  34. def printSummary(engine: ComparisonTraversalEngine, generators: Seq[BucketComparisons[Any]], aggregateds: Seq[Histogram[Any]], writer: PrintWriter): Unit

    prints out a high-level summary of the compared files, including

    prints out a high-level summary of the compared files, including

    - the number of reads in each file

    - the number of reads which were unique to each file (i.e. not found in the other file, by name)

    - for each generator / aggregation created, prints out the total number of reads that went into the aggregation as well as the total which represent "identity" between the compared files (right now, this second number really only makes sense for the Histogram aggregated value, but that's the only aggregator we're using anyway.)

    engine

    The ComparisonTraversalEngine used for the aggregated values

    writer

    The PrintWriter to print the summary with.

  35. def run(sc: SparkContext): Unit

    Definition Classes
    CompareADAM → BDGSparkCommand
  36. def run(): Unit

    Definition Classes
    BDGSparkCommand → Runnable
  37. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  38. def toString(): String

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Serializable

Inherited from Serializable

Inherited from BDGSparkCommand[CompareADAMArgs]

Inherited from Logging

Inherited from BDGCommand

Inherited from Runnable

Inherited from AnyRef

Inherited from Any

Ungrouped