|
| static String | getSamString (SAMRecord rec) |
| |
| static void | main (String[] args) throws IOException |
| |
| broad.pda.samtools.SAMFragmentWriter.SAMFragmentWriter |
( |
String |
input, |
|
|
String |
output |
|
) |
| throws IOException |
- Parameters
-
| input | Input sam or bam file |
| output | Output bam file |
- Exceptions
-
| broad.pda.samtools.SAMFragmentWriter.SAMFragmentWriter |
( |
String |
input, |
|
|
String |
output, |
|
|
String |
samHeader |
|
) |
| throws IOException |
- Parameters
-
| input | Input sam or bam file |
| output | Output bam file |
| samHeader | Optional sam header if header is too large for SAMFileHeader object |
- Exceptions
-
| static String broad.pda.samtools.SAMFragmentWriter.getSamString |
( |
SAMRecord |
rec | ) |
|
|
static |
Get sam line for record
- Parameters
-
- Returns
- Sam formatted line ending in newline
| static void broad.pda.samtools.SAMFragmentWriter.main |
( |
String[] |
args | ) |
throws IOException |
|
static |
The documentation for this class was generated from the following file: