Mercurial > repos > bgruening > openms
comparison PTPredict.xml @ 4:6ead64a594bd draft default tip
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
| author | bgruening |
|---|---|
| date | Wed, 27 Jan 2016 10:06:49 -0500 |
| parents | 3d84209d3178 |
| children |
comparison
equal
deleted
inserted
replaced
| 3:ec62782f6c68 | 4:6ead64a594bd |
|---|---|
| 1 <?xml version='1.0' encoding='UTF-8'?> | 1 <?xml version="1.0" encoding="UTF-8"?> |
| 2 <tool id="PTPredict" name="PTPredict" version="1.12.0"> | 2 <!--This is a configuration file for the integration of a tools into Galaxy (https://galaxyproject.org/). This file was automatically generated using CTD2Galaxy.--> |
| 3 <description>predicts the likelihood of peptides to be proteotypic via svm_model which is trained by PTModel</description> | 3 <!--Proposed Tool Section: [Peptide property prediction]--> |
| 4 <macros> | 4 <tool id="PTPredict" name="PTPredict" version="2.0.0"> |
| 5 <token name="@EXECUTABLE@">PTPredict</token> | 5 <description>predicts the likelihood of peptides to be proteotypic via svm_model which is trained by PTModel</description> |
| 6 <import>macros.xml</import> | 6 <macros> |
| 7 </macros> | 7 <token name="@EXECUTABLE@">PTPredict</token> |
| 8 <expand macro="stdio"/> | 8 <import>macros.xml</import> |
| 9 <expand macro="requirements"/> | 9 </macros> |
| 10 <command>PTPredict | 10 <expand macro="references"/> |
| 11 <expand macro="stdio"/> | |
| 12 <expand macro="requirements"/> | |
| 13 <command>PTPredict | |
| 11 | 14 |
| 12 -in ${param_in} | 15 #if $param_in: |
| 13 -out ${param_out} | 16 -in $param_in |
| 14 -svm_model ${param_svm_model} | 17 #end if |
| 15 -max_number_of_peptides ${param_max_number_of_peptides} | 18 #if $param_out: |
| 16 -threads \${GALAXY_SLOTS:-24} | 19 -out $param_out |
| 20 #end if | |
| 21 #if $param_svm_model: | |
| 22 -svm_model $param_svm_model | |
| 23 #end if | |
| 24 #if $param_max_number_of_peptides: | |
| 25 -max_number_of_peptides $param_max_number_of_peptides | |
| 26 #end if | |
| 27 -threads \${GALAXY_SLOTS:-24} | |
| 28 #if $adv_opts.adv_opts_selector=='advanced': | |
| 29 #if $adv_opts.param_force: | |
| 30 -force | |
| 31 #end if | |
| 32 #end if | |
| 17 </command> | 33 </command> |
| 18 <inputs> | 34 <inputs> |
| 19 <param name="param_in" type="data" format="idXML" optional="False" label="input file " help="(-in)"/> | 35 <param format="xml" help="(-in) " label="input file" name="param_in" optional="False" type="data"/> |
| 20 <param name="param_svm_model" type="data" format="txt" optional="False" label="svm model in libsvm format (can be produced by PTModel)" help="(-svm_model)"/> | 36 <param format="txt" help="(-svm_model) " label="svm model in libsvm format (can be produced by PTModel)" name="param_svm_model" optional="False" type="data"/> |
| 21 <param name="param_max_number_of_peptides" type="integer" value="100000" label="the maximum number of peptides considered at once (bigger number will lead to faster results but needs more memory).#br#" help="(-max_number_of_peptides)"/> | 37 <param help="(-max_number_of_peptides) <br>" label="the maximum number of peptides considered at once (bigger number will lead to faster results but needs more memory)" name="param_max_number_of_peptides" type="integer" value="100000"/> |
| 22 </inputs> | 38 <expand macro="advanced_options"> |
| 23 <outputs> | 39 <param checked="false" falsevalue="" help="(-force) " label="Overwrite tool specific checks" name="param_force" optional="True" truevalue="-force" type="boolean"/> |
| 24 <data name="param_out" label="output file#br#" format="idXML"/> | 40 </expand> |
| 25 </outputs> | 41 </inputs> |
| 26 <help>**What it does** | 42 <outputs> |
| 27 | 43 <data format="xml" name="param_out"/> |
| 28 predicts the likelihood of peptides to be proteotypic via svm_model which is trained by PTModel | 44 </outputs> |
| 45 <help>predicts the likelihood of peptides to be proteotypic via svm_model which is trained by PTModel | |
| 29 | 46 |
| 30 | 47 |
| 31 For more information, visit http://ftp.mi.fu-berlin.de/OpenMS/release-documentation/html/TOPP_PTPredict.html | 48 For more information, visit http://ftp.mi.fu-berlin.de/OpenMS/release-documentation/html/TOPP_PTPredict.html</help> |
| 32 | 49 </tool> |
| 33 @REFERENCES@ | |
| 34 </help> | |
| 35 </tool> |
