normalize 0.3.0.0 → 0.3.0.1
raw patch · 2 files changed
+3/−3 lines, 2 files
Files
- app/Main.hs +1/−1
- normalize.cabal +2/−2
app/Main.hs view
@@ -63,7 +63,7 @@ main = do opts <- getRecord "normalize, Gregory W. Schwartz.\ \ Normalizes the data (entities, for instance genes or\- \ proteins) by column (samples)."+ \ proteins) by column (samples). Can read stdin." -- No header so we can READ the header (ugh). (_, csvContents) <- fmap
normalize.cabal view
@@ -1,7 +1,7 @@ name: normalize-version: 0.3.0.0+version: 0.3.0.1 synopsis: Normalize data using a variety of methods.-description: Please see README.md+description: Normalize data using a variety of methods. For use with csv files. homepage: http://github.com/GregorySchwartz/normalize#readme license: GPL-3 license-file: LICENSE