Ignore:
Timestamp:
Apr 6, 2013, 9:31:02 AM (10 years ago)
Author:
Peter
Message:

add function to modify a base quality (BamRead?). refs #746

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/yat/omic/BamRead.cc

    r2993 r3026  
    166166
    167167
     168  void BamRead::qual(size_t i, uint8_t q)
     169  { *(bam1_qual(bam_)+i)=q; }
     170
     171
    168172  std::string BamRead::sequence(void) const
    169173  {
Note: See TracChangeset for help on using the changeset viewer.