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.h

    r2993 r3026  
    172172
    173173    /**
     174       \brief set quality of a base
     175
     176       \param i base to modify
     177       \param q new quality
     178
     179       \since New in yat 0.11
     180     */
     181    void qual(size_t i, uint8_t q);
     182
     183    /**
    174184       \return query name
    175185
     
    228238
    229239       \see bam_nt16_table
     240
     241       \since New in yat 0.11
    230242     */
    231243    void sequence(size_t i, uint8_t x);
Note: See TracChangeset for help on using the changeset viewer.