comparison CADDSuite/galaxyconfigs/tools/MolPredictor.xml @ 5:b7a89b15646f

Uploaded
author marcel
date Tue, 12 Jul 2011 10:23:33 -0400
parents bac3c274238f
children
comparison
equal deleted inserted replaced
4:02c8570cde57 5:b7a89b15646f
1 1
2 <!--This is a configuration file for the integration of a CADDSuite tool into Galaxy (http://usegalaxy.org). This file was automatically generated using GalaxyConfigGenerator, so do not bother to make too many manual modifications.--> 2 <!--This is a configuration file for the integration of a CADDSuite tool into Galaxy (http://usegalaxy.org). This file was automatically generated using GalaxyConfigGenerator, so do not bother to make too many manual modifications.-->
3 <tool id="molpredictor" name="MolPredictor" version="1.1"> 3 <tool id="molpredictor" name="MolPredictor" version="0.95">
4 <description>predict molecule activities with QSAR model</description> 4 <description>predict molecule activities with QSAR model</description>
5 <command interpreter="bash"><![CDATA[../../MolPredictor 5 <command interpreter="bash"><![CDATA[../../MolPredictor
6 #if str( $i ) != '' and str( $i ) != 'None' : 6 #if str( $i ) != '' and str( $i ) != 'None' :
7 -i "$i" 7 -i "$i"
8 #end if 8 #end if
28 -csv_dl 28 -csv_dl
29 #end if 29 #end if
30 | tail -n 5 30 | tail -n 5
31 ]]></command> 31 ]]></command>
32 <inputs> 32 <inputs>
33 <param name="i" label="input sd-file" optional="false" type="data" format="sdf"/> 33 <param name="i" optional="false" label="input sd-file" type="data" format="sdf"/>
34 <param name="mod" label="file containing QSAR model" optional="false" type="data" format="mod"/> 34 <param name="mod" optional="false" label="file containing QSAR model" type="data" format="mod"/>
35 <param name="csv" label="input csv-file w/ additional descriptors" optional="true" type="data" format="csv"/> 35 <param name="csv" optional="true" label="input csv-file w/ additional descriptors" type="data" format="csv"/>
36 <param name="csv_nr" label="no. of response variables in csv-file" optional="true" type="text" area="true" size="1x5" value=""/> 36 <param name="csv_nr" optional="true" label="Optional: no. of response variables in csv-file" type="text" area="true" size="1x5" value=""/>
37 <param name="csv_sep" label="separator symbol in csv-file" optional="true" type="text" area="true" size="1x5" value=""/> 37 <param name="csv_sep" optional="true" label="Optional: separator symbol in csv-file" type="text" area="true" size="1x5" value=""/>
38 <param name="csv_cl" label="csv-file has compound (row) labels" optional="true" type="boolean" truevalue="true" falsevalue=""/> 38 <param name="csv_cl" optional="true" label="csv-file has compound (row) labels" type="boolean" truevalue="true" falsevalue=""/>
39 <param name="csv_dl" label="csv-file has descriptor (column) labels" optional="true" type="boolean" truevalue="true" falsevalue=""/> 39 <param name="csv_dl" optional="true" label="csv-file has descriptor (column) labels" type="boolean" truevalue="true" falsevalue=""/>
40 </inputs> 40 </inputs>
41 <outputs> 41 <outputs>
42 <data name="o" format="sdf"/> 42 <data name="o" format="sdf"/>
43 </outputs> 43 </outputs>
44 <help>This tool predictes the response values of compounds in the given molecule file using the specified QSAR model. 44 <help>This tool predictes the response values of compounds in the given molecule file using the specified QSAR model.