Changes

From Genome Analysis Wiki
Jump to navigationJump to search
no edit summary
Line 177: Line 177:  
| <code>const char* SamRecord::getQuality()</code>
 
| <code>const char* SamRecord::getQuality()</code>
 
| Returns the SAM formatted Quality string.
 
| Returns the SAM formatted Quality string.
 +
|-
 +
| <code>bool SamRecord::getFields(bamRecordStruct& recStruct, String& readName, String& cigar, String& sequence, String& quality)</code>
 +
| Returns true if the passed in fields were successfully set, otherwise false.  The bamRecordStruct that is set does not contain the values for the variable length fields.  Tags are not returned by this method.
 
|-
 
|-
 
| <code>uint32_t SamRecord::getTagLength()>/code>
 
| <code>uint32_t SamRecord::getTagLength()>/code>

Navigation menu