Ignore:
Timestamp:
Aug 25, 2008, 3:54:18 PM (15 years ago)
Author:
Peter
Message:

refs #416 moving quantile normalizer to new dir. Also moved the algorithm to a class (rather than free function).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/yat/normalization/Makefile.am

    r1429 r1432  
    2525
    2626noinst_LTLIBRARIES = libnormalization.la
    27 libnormalization_la_SOURCES =
     27libnormalization_la_SOURCES = QuantileNormalizer.cc
    2828
    2929include_normalizationdir = $(includedir)/yat/normalization
    3030
    31 include_normalization_HEADERS =
     31include_normalization_HEADERS = QuantileNormalizer.h
Note: See TracChangeset for help on using the changeset viewer.