Changes

From Genome Analysis Wiki
Jump to navigationJump to search
no edit summary
Line 15: Line 15:  
Returns true if successfully set, false if not.
 
Returns true if successfully set, false if not.
 
|-
 
|-
| <code>bool SamRecord::setFlag(int16_t flag)</code>
+
| <code>bool SamRecord::setFlag(uint16_t flag)</code>
 
| Sets the bitwise FLAG to the passed in value.
 
| Sets the bitwise FLAG to the passed in value.
 
Returns true if successfully set, false if not.
 
Returns true if successfully set, false if not.
Line 119: Line 119:  
| Returns the length of the CIGAR in BAM format.
 
| Returns the length of the CIGAR in BAM format.
 
|-
 
|-
| <code>int16_t SamRecord::getFlag()</code>
+
| <code>uint16_t SamRecord::getFlag()</code>
 
| Returns the flag.
 
| Returns the flag.
 
|-
 
|-

Navigation menu