object BgenFileFormat extends HlsEventRecorder with Serializable

Linear Supertypes
Serializable, Serializable, HlsEventRecorder, HlsUsageLogging, GlowLogging, LazyLogging, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. BgenFileFormat
  2. Serializable
  3. Serializable
  4. HlsEventRecorder
  5. HlsUsageLogging
  6. GlowLogging
  7. LazyLogging
  8. AnyRef
  9. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. val BGEN_SUFFIX: String
  5. val INDEX_SUFFIX: String
  6. val NEXT_IDX_QUERY: String
  7. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  8. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  9. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  10. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  11. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  12. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  13. def getSampleIds(options: Map[String, String], hadoopConf: Configuration): Option[Seq[String]]

    Given a path to an Oxford-style .sample file exists (option: sampleFilePath), reads the sample IDs from the appropriate column (option: sampleIdColumn, default: ID_2).

    Given a path to an Oxford-style .sample file exists (option: sampleFilePath), reads the sample IDs from the appropriate column (option: sampleIdColumn, default: ID_2).

    If the column does not exist in the file, or if at least one row is malformed (does not contain a sample ID), an IllegalArgumentException is thrown. If no path is given, None is returned; if a valid path is given, Some list is returned.

  14. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  15. def hlsJsonBuilder(options: Map[String, Any]): String
    Attributes
    protected
    Definition Classes
    HlsUsageLogging
  16. val idxLock: Striped[Lock]
  17. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  18. def logBgenRead(useIndex: Boolean): Unit
  19. lazy val logger: Logger
    Attributes
    protected
    Definition Classes
    LazyLogging
  20. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  21. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  22. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  23. def recordHlsEvent(tag: String, options: Map[String, Any] = Map.empty): Unit
    Definition Classes
    HlsEventRecorder
  24. def recordHlsUsage(metric: MetricDefinition, tags: Map[TagDefinition, String] = Map.empty, blob: String = null): Unit
    Attributes
    protected
    Definition Classes
    HlsUsageLogging
  25. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  26. def toString(): String
    Definition Classes
    AnyRef → Any
  27. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  28. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  29. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )

Inherited from Serializable

Inherited from Serializable

Inherited from HlsEventRecorder

Inherited from HlsUsageLogging

Inherited from GlowLogging

Inherited from LazyLogging

Inherited from AnyRef

Inherited from Any

Ungrouped