object BgenFileFormat extends HlsEventRecorder with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- BgenFileFormat
- Serializable
- Serializable
- HlsEventRecorder
- HlsUsageLogging
- GlowLogging
- LazyLogging
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- val BGEN_SUFFIX: String
- val INDEX_SUFFIX: String
- val NEXT_IDX_QUERY: String
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
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.
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hlsJsonBuilder(options: Map[String, Any]): String
- Attributes
- protected
- Definition Classes
- HlsUsageLogging
- val idxLock: Striped[Lock]
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def logBgenRead(useIndex: Boolean): Unit
-
lazy val
logger: Logger
- Attributes
- protected
- Definition Classes
- LazyLogging
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
def
recordHlsEvent(tag: String, options: Map[String, Any] = Map.empty): Unit
- Definition Classes
- HlsEventRecorder
-
def
recordHlsUsage(metric: MetricDefinition, tags: Map[TagDefinition, String] = Map.empty, blob: String = null): Unit
- Attributes
- protected
- Definition Classes
- HlsUsageLogging
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )