Previous changeset 6:8eb1751dcfe7 (2015-10-08) Next changeset 8:53f1f83e80a1 (2015-10-09) |
Commit message:
Uploaded |
modified:
select_product.xml |
b |
diff -r 8eb1751dcfe7 -r 7d71f20d949e select_product.xml --- a/select_product.xml Thu Oct 08 23:05:56 2015 -0400 +++ b/select_product.xml Fri Oct 09 11:52:18 2015 -0400 |
b |
@@ -1,25 +1,23 @@ -<tool id="select_product" name="select_product" version="0.4"> +<tool id="select_product" name="select_product" version="0.6"> <description>define product names to sort on and flanking region</description> - <requirements> - - </requirements> + <requirements> </requirements> + <stdio> + <exit_code range="1:" /> + </stdio> + <command interpreter="python"> - select_product.py - -g $input_file - -n $number - -k $keys - > output_file + select_product.py -g $input_file -n $number -k $keys_1 -o $output_file </command> <inputs> <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"/> + <param name="number" type="integer" value="50" label="flanking region"/> + <param name="keys_1" type="text" value="transposase" label="list of keys separated by comma of product names"/> </inputs> <outputs> - <data format="tabular" name="output_file" from_work_dir="output_file"> + <data format="tabular" name="output_file"> </data> |