annotate galaxy_stubs/AutoModel.xml @ 2:605370bc1def draft default tip

Uploaded
author luis
date Tue, 12 Jul 2016 12:33:33 -0400
parents
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
2
605370bc1def Uploaded
luis
parents:
diff changeset
1 <?xml version='1.0' encoding='UTF-8'?>
605370bc1def Uploaded
luis
parents:
diff changeset
2 <!--This is a configuration file for the integration of a tools into Galaxy (https://galaxyproject.org/). This file was automatically generated using CTD2Galaxy.-->
605370bc1def Uploaded
luis
parents:
diff changeset
3 <!--Proposed Tool Section: [QuEasy (QSAR)]-->
605370bc1def Uploaded
luis
parents:
diff changeset
4 <tool id="AutoModel" name="AutoModel" version="1.1.0">
605370bc1def Uploaded
luis
parents:
diff changeset
5 <description>automatically find best QSAR model</description>
605370bc1def Uploaded
luis
parents:
diff changeset
6 <macros>
605370bc1def Uploaded
luis
parents:
diff changeset
7 <token name="@EXECUTABLE@">AutoModel</token>
605370bc1def Uploaded
luis
parents:
diff changeset
8 <import>macros.xml</import>
605370bc1def Uploaded
luis
parents:
diff changeset
9 </macros>
605370bc1def Uploaded
luis
parents:
diff changeset
10 <expand macro="stdio"/>
605370bc1def Uploaded
luis
parents:
diff changeset
11 <expand macro="requirements"/>
605370bc1def Uploaded
luis
parents:
diff changeset
12 <command>AutoModel
605370bc1def Uploaded
luis
parents:
diff changeset
13
605370bc1def Uploaded
luis
parents:
diff changeset
14 #if $param_i:
605370bc1def Uploaded
luis
parents:
diff changeset
15 -i $param_i
605370bc1def Uploaded
luis
parents:
diff changeset
16 #end if
605370bc1def Uploaded
luis
parents:
diff changeset
17 #if $param_o:
605370bc1def Uploaded
luis
parents:
diff changeset
18 -o $param_o
605370bc1def Uploaded
luis
parents:
diff changeset
19 #end if
605370bc1def Uploaded
luis
parents:
diff changeset
20 #if $param_min_quality:
605370bc1def Uploaded
luis
parents:
diff changeset
21 -min_quality $param_min_quality
605370bc1def Uploaded
luis
parents:
diff changeset
22 #end if
605370bc1def Uploaded
luis
parents:
diff changeset
23 </command>
605370bc1def Uploaded
luis
parents:
diff changeset
24 <inputs>
605370bc1def Uploaded
luis
parents:
diff changeset
25 <param name="param_i" type="data" format="dat" optional="False" value="&lt;class 'CTDopts.CTDopts._Null'&gt;" label="input data-file" help="(-i) "/>
605370bc1def Uploaded
luis
parents:
diff changeset
26 <param name="param_min_quality" type="float" min="0.0" max="1.0" optional="True" value="0.3" label="minimal desired quality (default: 0.3)" help="(-min_quality) "/>
605370bc1def Uploaded
luis
parents:
diff changeset
27 </inputs>
605370bc1def Uploaded
luis
parents:
diff changeset
28 <expand macro="advanced_options"/>
605370bc1def Uploaded
luis
parents:
diff changeset
29 <outputs>
605370bc1def Uploaded
luis
parents:
diff changeset
30 <data name="param_o" format="mod"/>
605370bc1def Uploaded
luis
parents:
diff changeset
31 </outputs>
605370bc1def Uploaded
luis
parents:
diff changeset
32 <help>This tool tries to automatically find the best QSAR model for a given data set.
605370bc1def Uploaded
luis
parents:
diff changeset
33
605370bc1def Uploaded
luis
parents:
diff changeset
34 It therefore applies nested validation, including feature selection, for each available model-type. The model with the best nested prediction quality is saved to the specified output file. However, if the best obtained nested prediction quality is smaller than the value specified by '-min_quality', an error will be shown and no model will be saved.
605370bc1def Uploaded
luis
parents:
diff changeset
35
605370bc1def Uploaded
luis
parents:
diff changeset
36 </help>
605370bc1def Uploaded
luis
parents:
diff changeset
37 </tool>