Mercurial > repos > eduardo > predsi
diff PredSi.xml @ 0:cfd8864953c9 draft
planemo upload
| author | eduardo |
|---|---|
| date | Thu, 29 Sep 2016 12:00:13 -0400 |
| parents | |
| children | 1dad69511ca5 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/PredSi.xml Thu Sep 29 12:00:13 2016 -0400 @@ -0,0 +1,35 @@ +<tool id="PredSi" name="Predict Signal Peptides" version="0.1.0"> + <requirements> + </requirements> + <stdio> + <exit_code range="1:" /> + </stdio> + <command><![CDATA[ + java -jar $__tool_directory__/JSPP.jar $__tool_directory__/tool-data/eukarya.smx $input1 $output1 + ]]></command> + <inputs> + <param type="data" name="input1" format="fasta" /> + </inputs> + <outputs> + <data name="output1" format="gff" from_work_dir="seq.out" /> + </outputs> + <tests> + <test> + <param name="input1" value="seq.fa"/> + <output name="output1" file="seq.out"/> + </test> + </tests> + <help><![CDATA[ + Error: Unable to access jarfile /JSPP.jar + + ]]></help> + <citations> + <citation type="bibtex"> +@misc{predsi, + author = {Kalls, L}, + year = {2004}, + title = {A combined transmembrane topology and signal peptide prediction method}, + url = {https://www.ncbi.nlm.nih.gov/pubmed/15111065}, +}</citation> + </citations> +</tool>
