Previous changeset 5:738310b31de0 (2015-10-08) Next changeset 7:7d71f20d949e (2015-10-09) |
Commit message:
Uploaded |
modified:
select_product.xml |
b |
diff -r 738310b31de0 -r 8eb1751dcfe7 select_product.xml --- a/select_product.xml Thu Oct 08 22:48:23 2015 -0400 +++ b/select_product.xml Thu Oct 08 23:05:56 2015 -0400 |
b |
@@ -1,4 +1,4 @@ -<tool id="select_product" name="select_product" version="0.3"> +<tool id="select_product" name="select_product" version="0.4"> <description>define product names to sort on and flanking region</description> <requirements> @@ -12,7 +12,7 @@ </command> <inputs> - <param format="gbk" name="input_file" type="data" label="reference genbank file"/> + <param format="genbank" name="input_file" type="data" label="reference genbank file"/> <param name="number" type="integer" value="50" label="flanking region"/> <param name="keys" type="text" label=" list of keys separated by comma of product names"/> </inputs> |