diff RTModel.xml @ 3:4e9e33ca49c0 draft

planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/openms commit daf6dfc513ede9b890125d9fff2c2657d834eea9
author galaxyp
date Fri, 14 Jul 2017 19:15:11 -0400
parents 5be3bb0724e9
children 9aa90b293884
line wrap: on
line diff
--- a/RTModel.xml	Thu Apr 27 13:09:24 2017 -0400
+++ b/RTModel.xml	Fri Jul 14 19:15:11 2017 -0400
@@ -1,7 +1,7 @@
 <?xml version='1.0' encoding='UTF-8'?>
 <!--This is a configuration file for the integration of a tools into Galaxy (https://galaxyproject.org/). This file was automatically generated using CTD2Galaxy.-->
 <!--Proposed Tool Section: [Peptide property prediction]-->
-<tool id="RTModel" name="RTModel" version="2.1.0">
+<tool id="RTModel" name="RTModel" version="2.2.0">
   <description>Trains a model for the retention time prediction of peptides from a training set.</description>
   <macros>
     <token name="@EXECUTABLE@">RTModel</token>
@@ -24,6 +24,12 @@
 #if $param_out:
   -out $param_out
 #end if
+#if $param_out_oligo_params:
+  -out_oligo_params $param_out_oligo_params
+#end if
+#if $param_out_oligo_trainset:
+  -out_oligo_trainset $param_out_oligo_trainset
+#end if
 #if $param_svm_type:
   -svm_type
   #if " " in str($param_svm_type):
@@ -134,7 +140,7 @@
 #end if
 </command>
   <inputs>
-    <param name="param_in" type="data" format="txt,idxml" optional="True" label="This is the name of the input file (RT prediction)" help="(-in) It is assumed that the file type is idXML. Alternatively you can provide a .txt file having a sequence and the corresponding rt per line. &lt;br&gt;"/>
+    <param name="param_in" type="data" format="idxml,txt" optional="True" label="This is the name of the input file (RT prediction)" help="(-in) It is assumed that the file type is idXML. Alternatively you can provide a .txt file having a sequence and the corresponding rt per line. &lt;br&gt;"/>
     <param name="param_in_positive" type="data" format="idxml" optional="True" label="input file with positive examples (peptide separation prediction)" help="(-in_positive) "/>
     <param name="param_in_negative" type="data" format="idxml" optional="True" label="input file with negative examples (peptide separation prediction)" help="(-in_negative) "/>
     <param name="param_svm_type" display="radio" type="select" optional="False" value="NU_SVR" label="the type of the svm (NU_SVR or EPSILON_SVR for RT prediction, automatically set &lt;br&gt;to C_SVC for separation prediction)" help="(-svm_type) ">
@@ -184,6 +190,8 @@
   </inputs>
   <outputs>
     <data name="param_out" format="txt"/>
+    <data name="param_out_oligo_params" format="paramXML"/>
+    <data name="param_out_oligo_trainset" format="txt"/>
   </outputs>
   <help>Trains a model for the retention time prediction of peptides from a training set.