changeset 18:63badffb85a7

Fix no-bigcount no-zero: _ -> -
author Michael R. Crusoe <mcrusoe@msu.edu>
date Sun, 29 Jun 2014 11:57:34 -0400
parents d0ed83fde239
children a3e9ed4bcfdc
files abundance-dist-single.xml
diffstat 1 files changed, 6 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- 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
@@ -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" />