public class NioBam
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
protected static org.apache.logging.log4j.Logger |
logger |
Constructor and Description |
---|
NioBam(java.lang.String gcsFilename)
Finds the index file, then calls NioBam(bam, index).
|
NioBam(java.lang.String gcsFilename,
java.lang.String indexGcsFilename)
Checks the files exists, then stores them.
|
Modifier and Type | Method and Description |
---|---|
org.apache.spark.api.java.JavaRDD<htsjdk.samtools.SAMRecord> |
getReads(org.apache.spark.api.java.JavaSparkContext ctx,
int numPartitions)
Parses the BAM file into SAMRecords.
|