# HG changeset patch # User Michael R. Crusoe # Date 1404144283 14400 # Node ID 846232fc30bf07cf985431fd58c8b4020a9f774f # Parent be178f712bb1ed0bd516de0b3a09ba1b2314feab Refactor normalize-by-median; use a virtualenv to install khmer diff -r be178f712bb1 -r 846232fc30bf normalize-by-median.xml --- a/normalize-by-median.xml Sun Jun 29 18:13:23 2014 -0400 +++ b/normalize-by-median.xml Mon Jun 30 12:04:43 2014 -0400 @@ -21,13 +21,12 @@ --ksize=20 --n_tables=4 --min-tablesize=$parameters.tablesize - --cutoff=20 #else --ksize=$parameters.ksize --n_tables=$parameters.n_tables --min-tablesize=$parameters.tablesize_specific - --cutoff=$parameters.cutoff #end if + --cutoff=$cutoff #if $save_countingtable --savetable=$countingtable #end if @@ -60,12 +59,16 @@ type="boolean" label="Save the k-mer counting table(s) in a file" help="" /> - + + help="ksize, n_tables, a specific tablesize" > @@ -134,9 +132,12 @@ - - - + + + + + + diff -r be178f712bb1 -r 846232fc30bf tool_dependencies.xml --- a/tool_dependencies.xml Sun Jun 29 18:13:23 2014 -0400 +++ b/tool_dependencies.xml Mon Jun 30 12:04:43 2014 -0400 @@ -3,7 +3,7 @@ - easy_install -U setuptools==3.4.1; pip install --user khmer==1.1 || pip install khmer==1.1 + setuptools==3.4.1 khmer==1.1