public class ExampleSamUsage extends Object
| Constructor and Description |
|---|
ExampleSamUsage() |
| Modifier and Type | Method and Description |
|---|---|
void |
convertReadNamesToUpperCase(File inputSamOrBamFile,
File outputSamOrBamFile)
Read a SAM or BAM file, convert each read name to upper case, and write a new
SAM or BAM file.
|
static SeekableStream |
myIndexSeekableStream() |
void |
openSamExamples()
Example usages of
SamReaderFactory |
public static SeekableStream myIndexSeekableStream()
public void openSamExamples()
throws MalformedURLException
SamReaderFactoryMalformedURLExceptionpublic void convertReadNamesToUpperCase(File inputSamOrBamFile, File outputSamOrBamFile) throws IOException
IOException