2
|
1 <tool id="EMBOSS: kpsort" name="kpsort" version="1.0.2">
|
|
2 <description>Predicts protein localization for PSORT</description>
|
|
3 <command>kpsort -seqall $input1 -org $org -title $title -auto -outfile $out_file1</command>
|
|
4 <inputs>
|
|
5 <param format="data" name="input1" type="data">
|
|
6 <label>Sequence</label>
|
|
7 </param>
|
|
8 <param name="org" size="4" type="text" value="anmal">
|
|
9 <label>Source for input sequence organisms. 'Gram-positive bacterium', 'Gram-negative bacterium', 'yeast', 'animal' or 'plant'</label>
|
|
10 </param>
|
|
11 <param name="title" size="4" type="text" value="MYSEQ">
|
|
12 <label>Title for your job</label>
|
|
13 </param>
|
|
14
|
|
15 </inputs>
|
|
16 <outputs>
|
|
17 <data format="txt" name="out_file1" label="${tool.name} for ${input1.name}" />
|
|
18 </outputs>
|
|
19 </tool>
|