Repository 'khmer'
hg clone https://testtoolshed.g2.bx.psu.edu/repos/crusoe/khmer

Changeset 18:63badffb85a7 (2014-06-29)
Previous changeset 17:d0ed83fde239 (2014-06-29) Next changeset 19:a3e9ed4bcfdc (2014-06-29)
Commit message:
Fix no-bigcount no-zero: _ -> -
modified:
abundance-dist-single.xml
b
diff -r d0ed83fde239 -r 63badffb85a7 abundance-dist-single.xml
--- a/abundance-dist-single.xml Sun Jun 29 11:54:35 2014 -0400
+++ b/abundance-dist-single.xml Sun Jun 29 11:57:34 2014 -0400
b
@@ -18,8 +18,8 @@
 mkdir output; cd output;
 @BINARY@
 @TABLEPARAMS@
-$no_zero
-$no_bigcount
+$zero
+$bigcount
 #if $save_countingtable
 --savetable=$countingtable_to_save
 #end if
@@ -34,16 +34,16 @@
  type="boolean"
  label="Save the k-mer counting table(s) in a file"
  help="" />
- <param name="no_zero"
+ <param name="zero"
  type="boolean"
  truevalue=""
- falsevalue="--no_zero"
+ falsevalue="--no-zero"
  checked="true" 
  help="Output zero count bins" />
- <param name="no_bigcount"
+ <param name="bigcount"
  type="boolean"
  truevalue=""
- falsevalue="--no_bigcount"
+ falsevalue="--no-bigcount"
  checked="true"
  help="Count k-mers past 255" />
  <expand macro="tableinputs" />