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