Changeset 3325


Ignore:
Timestamp:
Oct 7, 2014, 3:44:54 AM (8 years ago)
Author:
Peter
Message:

new functions phred and phred_inv that calculate phred scaled probability and its inverse, respectively.

Location:
trunk
Files:
3 added
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/test/Makefile.am

    r3317 r3325  
    7171  test/ostream_iterator.test \
    7272  test/pca.test \
     73  test/phred.test \
    7374  test/pileup.test \
    7475  test/queue.test test/queue2.test \
  • trunk/yat/omic/Makefile.am

    r3317 r3325  
    3333yat_libyat_la_SOURCES += yat/omic/GFF2.cc
    3434yat_libyat_la_SOURCES += yat/omic/GFF3.cc
     35yat_libyat_la_SOURCES += yat/omic/phred.cc
    3536
    3637nobase_include_HEADERS += $(srcdir)/yat/omic/algorithm.h
     
    5152nobase_include_HEADERS += $(srcdir)/yat/omic/GFF3.h
    5253nobase_include_HEADERS += $(srcdir)/yat/omic/Pileup.h
     54nobase_include_HEADERS += $(srcdir)/yat/omic/phred.h
Note: See TracChangeset for help on using the changeset viewer.