changeset 44:46d13bbb21f2

Set filetype for countingtable input
author Michael R. Crusoe <mcrusoe@msu.edu>
date Mon, 30 Jun 2014 16:51:11 -0400
parents bb3e059a53a8
children 0b238b083f77
files macros.xml
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/macros.xml	Mon Jun 30 15:53:49 2014 -0400
+++ b/macros.xml	Mon Jun 30 16:51:11 2014 -0400
@@ -85,7 +85,8 @@
 	</xml>
 	<xml name="input_counting_table_filename">
                 <param  name="input_counting_table_filename"
-                        type="data"
+			type="data"
+			format="ct"
                         label="the k-mer counting table to query"
                         help="The abundances of the k-mers in the input nucleotide sequence file will be calculated using the kmer counts in this k-mer counting table." />
 	</xml>