| Package | Description |
|---|---|
| org.seqdoop.hadoop_bam | |
| org.seqdoop.hadoop_bam.util |
| Modifier and Type | Field and Description |
|---|---|
protected SAMFormat |
AnySAMOutputFormat.format |
| Modifier and Type | Method and Description |
|---|---|
SAMFormat |
AnySAMInputFormat.getFormat(org.apache.hadoop.fs.Path path)
Returns the
SAMFormat corresponding to the given path. |
static SAMFormat |
SAMFormat.inferFromData(InputStream in) |
static SAMFormat |
SAMFormat.inferFromFilePath(org.apache.hadoop.fs.Path path)
Infers the SAM format by looking at the filename of the given path.
|
static SAMFormat |
SAMFormat.inferFromFilePath(String name)
Infers the SAM format by looking at the extension of the given file
name.
|
static SAMFormat |
SAMFormat.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SAMFormat[] |
SAMFormat.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
AnySAMOutputFormat(SAMFormat fmt)
Creates a new output format for the given SAM format.
|
KeyIgnoringAnySAMOutputFormat(SAMFormat fmt) |
| Constructor and Description |
|---|
AnySAMInputFormat(Map<org.apache.hadoop.fs.Path,SAMFormat> formatMap)
Creates a new input format, trusting the given
Map to
define the file-to-format associations. |
| Modifier and Type | Method and Description |
|---|---|
static void |
SAMFileMerger.mergeParts(String partDirectory,
String outputFile,
SAMFormat samOutputFormat,
htsjdk.samtools.SAMFileHeader header)
Merge part file shards produced by
KeyIgnoringAnySAMOutputFormat into a
single file with the given header. |
OutputStream |
SAMOutputPreparer.prepareForRecords(OutputStream out,
SAMFormat format,
htsjdk.samtools.SAMFileHeader header)
Prepares the given output stream for writing of SAMRecords in the given
format.
|
Copyright © 2016. All rights reserved.