Changes

From Genome Analysis Wiki
Jump to navigationJump to search
no edit summary
Line 179: Line 179:  
|-
 
|-
 
| <code>bool SamRecord::getFields(bamRecordStruct& recStruct, String& readName, String& cigar, String& sequence, String& quality)</code>
 
| <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.
+
| 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>
 
| Returns the length of the tags in BAM format.
 
| Returns the length of the tags in BAM format.
 
|-
 
|-

Navigation menu