Mercurial > repos > eduardo > predsi
comparison PredSi.xml @ 0:cfd8864953c9 draft
planemo upload
| author | eduardo |
|---|---|
| date | Thu, 29 Sep 2016 12:00:13 -0400 |
| parents | |
| children | 1dad69511ca5 |
comparison
equal
deleted
inserted
replaced
| -1:000000000000 | 0:cfd8864953c9 |
|---|---|
| 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> | |
| 11 <param type="data" name="input1" format="fasta" /> | |
| 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[ | |
| 23 Error: Unable to access jarfile /JSPP.jar | |
| 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> |
