ESAT
 All Classes Namespaces Files Functions Variables Enumerator Pages
Public Member Functions | Static Public Member Functions | List of all members
broad.pda.samtools.SAMFragmentWriter Class Reference

Public Member Functions

 SAMFragmentWriter (String input, String output) throws IOException
 
 SAMFragmentWriter (String input, String output, String samHeader) throws IOException
 

Static Public Member Functions

static String getSamString (SAMRecord rec)
 
static void main (String[] args) throws IOException
 

Detailed Description

Author
prussell

Constructor & Destructor Documentation

broad.pda.samtools.SAMFragmentWriter.SAMFragmentWriter ( String  input,
String  output 
) throws IOException
Parameters
inputInput sam or bam file
outputOutput bam file
Exceptions
IOException

Here is the caller graph for this function:

broad.pda.samtools.SAMFragmentWriter.SAMFragmentWriter ( String  input,
String  output,
String  samHeader 
) throws IOException
Parameters
inputInput sam or bam file
outputOutput bam file
samHeaderOptional sam header if header is too large for SAMFileHeader object
Exceptions
IOException

Here is the call graph for this function:

Member Function Documentation

static String broad.pda.samtools.SAMFragmentWriter.getSamString ( SAMRecord  rec)
static

Get sam line for record

Parameters
recThe record
Returns
Sam formatted line ending in newline

Here is the caller graph for this function:

static void broad.pda.samtools.SAMFragmentWriter.main ( String[]  args) throws IOException
static
Parameters
args
Exceptions
IOException

Here is the call graph for this function:


The documentation for this class was generated from the following file: