# HG changeset patch # User Michael R. Crusoe # Date 1403982706 14400 # Node ID 112cb8dd7838fd5e712566309af1e2ce5fcb4b4e Initial import diff -r 000000000000 -r 112cb8dd7838 normalize-by-median.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/normalize-by-median.xml Sat Jun 28 15:11:46 2014 -0400 @@ -0,0 +1,173 @@ + + + + Filters a fastq/fasta file using digital normalization via + median k-mer abundances. + + + + + khmer + + + + + normalize-by-median.py --version + + + + mkdir output; + cd output; + normalize-by-median.py + $paired_switch + #if $parameters.type == "simple" + --ksize=20 + --n_tables=4 + --tablesize=$parameters.tablesize + --cutoff=20 + #else + --ksize=$parameters.ksize + --n_tables=$parameters.n_tables + --tablesize=$parameters.tablesize_specific + --cutoff=$parameters.cutoff + #end if + #if $save_countingtable + --savetable=$countingtable + #end if + #if $countingtable_to_load + --loadtable=$countingtable_to_load + #end if + #for input in $inputs + $input + #end for + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + save_hashtable == True + + + + + + + + + + + + + + + + + + + + +