|
0
|
1 <tool id="PredSi" name="Predict Signal Peptides" version="0.1.0">
|
|
|
2 <requirements>
|
|
|
3 </requirements>
|
|
|
4 <stdio>
|
|
|
5 <exit_code range="1:" />
|
|
|
6 </stdio>
|
|
|
7 <command><![CDATA[
|
|
|
8 java -jar $__tool_directory__/JSPP.jar $__tool_directory__/tool-data/eukarya.smx $input1 $output1
|
|
|
9 ]]></command>
|
|
|
10 <inputs>
|
|
1
|
11 <param type="data" name="input1" format="fasta" label="Sequence Fasta"/>
|
|
0
|
12 </inputs>
|
|
|
13 <outputs>
|
|
|
14 <data name="output1" format="gff" from_work_dir="seq.out" />
|
|
|
15 </outputs>
|
|
|
16 <tests>
|
|
|
17 <test>
|
|
|
18 <param name="input1" value="seq.fa"/>
|
|
|
19 <output name="output1" file="seq.out"/>
|
|
|
20 </test>
|
|
|
21 </tests>
|
|
|
22 <help><![CDATA[
|
|
2
|
23 USAGE: JSPP positive-matrix.smx sequences.fasta result.txt
|
|
0
|
24
|
|
|
25 ]]></help>
|
|
|
26 <citations>
|
|
|
27 <citation type="bibtex">
|
|
|
28 @misc{predsi,
|
|
|
29 author = {Kalls, L},
|
|
|
30 year = {2004},
|
|
|
31 title = {A combined transmembrane topology and signal peptide prediction method},
|
|
|
32 url = {https://www.ncbi.nlm.nih.gov/pubmed/15111065},
|
|
|
33 }</citation>
|
|
|
34 </citations>
|
|
|
35 </tool>
|