2
|
1 <tool id="EMBOSS: kfetchbatch" name="kfetchbatch" version="1.0.2">
|
|
2 <description>Fetch a set of entries in a defined format and style</description>
|
|
3 <command interpreter="perl">emboss_single_outputfile_wrapper.pl kfetchbatch -seqall $input1 -format png -goutfile $out_file1 -auto -format $format -style $style</command>
|
|
4 <inputs>
|
|
5 <param format="data" name="input1" type="data">
|
|
6 <label>Sequence</label>
|
|
7 </param>
|
|
8 <param name="format" size="4" type="text" value="default">
|
|
9 <label>Output data format. 'default', 'annot', 'embl', 'emblxml-1.1', 'emblxml-1.2', 'fasta', 'insdxml', 'seqxml' or 'entrysize'</label>
|
|
10 </param>
|
|
11 <param name="style" size="4" type="text" value="raw">
|
|
12 <label>Output data style. 'raw' or 'html'</label>
|
|
13 </param>
|
|
14
|
|
15 </inputs>
|
|
16 <outputs>
|
|
17 <data format="png" name="out_file1" label="${tool.name} for ${input1.name}" />
|
|
18 </outputs>
|
|
19 </tool>
|