Mercurial > repos > peterjc > tmhmm_and_signalp
comparison tools/protein_analysis/signalp3.xml @ 17:af3174637834 draft
Uploaded v0.2.5 preview 1, adding links to Tool Shed entry
author | peterjc |
---|---|
date | Thu, 02 May 2013 13:32:58 -0400 |
parents | 391a142c1e60 |
children | 4cd848c5590b |
comparison
equal
deleted
inserted
replaced
16:1d5486a02bc4 | 17:af3174637834 |
---|---|
1 <tool id="signalp3" name="SignalP 3.0" version="0.0.11"> | 1 <tool id="signalp3" name="SignalP 3.0" version="0.0.12"> |
2 <description>Find signal peptides in protein sequences</description> | 2 <description>Find signal peptides in protein sequences</description> |
3 <!-- If job splitting is enabled, break up the query file into parts --> | 3 <!-- If job splitting is enabled, break up the query file into parts --> |
4 <!-- Using 2000 chunks meaning 4 threads doing 500 each is ideal --> | 4 <!-- Using 2000 chunks meaning 4 threads doing 500 each is ideal --> |
5 <parallelism method="basic" split_inputs="fasta_file" split_mode="to_size" split_size="2000" merge_outputs="tabular_file"></parallelism> | 5 <parallelism method="basic" split_inputs="fasta_file" split_mode="to_size" split_size="2000" merge_outputs="tabular_file"></parallelism> |
6 <command interpreter="python"> | 6 <command interpreter="python"> |
183 AAAI Press, Menlo Park, California, pp. 122-130, 1998. | 183 AAAI Press, Menlo Park, California, pp. 122-130, 1998. |
184 http://www.ncbi.nlm.nih.gov/pubmed/9783217 | 184 http://www.ncbi.nlm.nih.gov/pubmed/9783217 |
185 | 185 |
186 http://www.cbs.dtu.dk/services/SignalP-3.0/output.php | 186 http://www.cbs.dtu.dk/services/SignalP-3.0/output.php |
187 | 187 |
188 This wrapper is available to install into other Galaxy Instances via the Galaxy | |
189 Tool Shed at http://toolshed.g2.bx.psu.edu/view/peterjc/tmhmm_and_signalp | |
188 </help> | 190 </help> |
189 </tool> | 191 </tool> |