object VCFFileFormat
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- VCFFileFormat
- 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 INDEX_SUFFIX: String
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
def
createVCFCodec(path: String, conf: Configuration): (VCFHeader, VCFCodec)
Reads the header of a VCF file to generate an object representing the information in the header and a derived VCFCodec that can parse the rest of the file.
Reads the header of a VCF file to generate an object representing the information in the header and a derived VCFCodec that can parse the rest of the file.
The logic to parse the header is adapted from org.seqdoop.hadoop_bam.VCFRecordReader.
-
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
hadoopConfWithBGZ(conf: Configuration): Configuration
Adds BGZF support to an existing Hadoop conf.
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- val idxLock: Striped[Lock]
-
def
isGzip(split: PartitionedFile, conf: Configuration): Boolean
Checks whether a file is gzipped (not block gzipped).
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
isValidBGZ(path: Path, conf: Configuration): Boolean
Checks whether the file is a valid bgzipped file Used by filteredVariantBlockRange to abandon use of tabix if the file is not bgzipped.
-
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()
-
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( ... )