Mercurial > repos > brigidar > select_product
comparison select_product.xml @ 6:8eb1751dcfe7 draft
Uploaded
author | brigidar |
---|---|
date | Thu, 08 Oct 2015 23:05:56 -0400 |
parents | f2506dfbc7f7 |
children | 7d71f20d949e |
comparison
equal
deleted
inserted
replaced
5:738310b31de0 | 6:8eb1751dcfe7 |
---|---|
1 <tool id="select_product" name="select_product" version="0.3"> | 1 <tool id="select_product" name="select_product" version="0.4"> |
2 <description>define product names to sort on and flanking region</description> | 2 <description>define product names to sort on and flanking region</description> |
3 <requirements> | 3 <requirements> |
4 | 4 |
5 </requirements> | 5 </requirements> |
6 <command interpreter="python"> | 6 <command interpreter="python"> |
10 -k $keys | 10 -k $keys |
11 > output_file | 11 > output_file |
12 </command> | 12 </command> |
13 | 13 |
14 <inputs> | 14 <inputs> |
15 <param format="gbk" name="input_file" type="data" label="reference genbank file"/> | 15 <param format="genbank" name="input_file" type="data" label="reference genbank file"/> |
16 <param name="number" type="integer" value="50" label="flanking region"/> | 16 <param name="number" type="integer" value="50" label="flanking region"/> |
17 <param name="keys" type="text" label=" list of keys separated by comma of product names"/> | 17 <param name="keys" type="text" label=" list of keys separated by comma of product names"/> |
18 </inputs> | 18 </inputs> |
19 | 19 |
20 | 20 |