| Previous changeset 43:bb3e059a53a8 (2014-06-30) Next changeset 45:0b238b083f77 (2014-07-12) |
|
Commit message:
Set filetype for countingtable input |
|
modified:
macros.xml |
| b |
| diff -r bb3e059a53a8 -r 46d13bbb21f2 macros.xml --- a/macros.xml Mon Jun 30 15:53:49 2014 -0400 +++ b/macros.xml Mon Jun 30 16:51:11 2014 -0400 |
| b |
| @@ -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> |