| Package | Description |
|---|---|
| htsjdk.samtools |
| Modifier and Type | Method and Description |
|---|---|
SAMFileSource |
SAMRecord.getFileSource()
Gets the source of this SAM record -- both the reader that retrieved the record and the position on disk from
whence it came.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
SAMRecord.setFileSource(SAMFileSource fileSource)
Sets a marker providing the source reader for this file and the position in the file from which the read originated.
|