Object/Class

io.projectglow.bgen

BgenFileFormat

Related Docs: class BgenFileFormat | package bgen

Permalink

object BgenFileFormat extends HlsEventRecorder with Serializable

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

Value Members

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

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

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

    Permalink
    Definition Classes
    AnyRef → Any
  4. val BGEN_SUFFIX: String

    Permalink
  5. val INDEX_SUFFIX: String

    Permalink
  6. val NEXT_IDX_QUERY: String

    Permalink
  7. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  8. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. final def eq(arg0: AnyRef): Boolean

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  13. def getSampleIds(options: Map[String, String], hadoopConf: Configuration): Option[Seq[String]]

    Permalink

    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

    Permalink
    Definition Classes
    AnyRef → Any
  15. def hlsJsonBuilder(options: Map[String, Any]): String

    Permalink
    Attributes
    protected
    Definition Classes
    HlsUsageLogging
  16. val idxLock: Striped[Lock]

    Permalink
  17. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  18. def logBgenRead(useIndex: Boolean): Unit

    Permalink
  19. lazy val logger: Logger

    Permalink
    Attributes
    protected
    Definition Classes
    LazyLogging → Logging
  20. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  23. def recordHlsEvent(tag: String, options: Map[String, Any] = Map.empty): Unit

    Permalink
    Definition Classes
    HlsEventRecorder
  24. def recordHlsUsage(metric: MetricDefinition, tags: Map[TagDefinition, String] = Map.empty, blob: String = null): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    HlsUsageLogging
  25. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  26. def toString(): String

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

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Serializable

Inherited from Serializable

Inherited from HlsEventRecorder

Inherited from HlsUsageLogging

Inherited from GlowLogging

Inherited from LazyLogging

Inherited from LazyLogging

Inherited from Logging

Inherited from AnyRef

Inherited from Any

Ungrouped