Mercurial > repos > marcel > caddsuite_linux_x86_64
diff CADDSuite/galaxyconfigs/tools/Predictor.xml @ 7:5b29b679ee6d
Uploaded Version 0.95
author | marcel |
---|---|
date | Tue, 12 Jul 2011 10:29:49 -0400 |
parents | |
children | 9ab6da6cd36c |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/CADDSuite/galaxyconfigs/tools/Predictor.xml Tue Jul 12 10:29:49 2011 -0400 @@ -0,0 +1,30 @@ + +<!--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.--> +<tool id="predictor" name="Predictor" version="0.95"> + <description>predict activities with QSAR model</description> + <command interpreter="bash"><![CDATA[../../Predictor +#if str( $i ) != '' and str( $i ) != 'None' : + -i "$i" +#end if +#if str( $dat ) != '' and str( $dat ) != 'None' : + -dat "$dat" +#end if +#if str( $o ) != '' and str( $o ) != 'None' : + -o "$o" +#end if + | tail -n 5 +]]></command> + <inputs> + <param name="i" optional="false" label="input mod-file" type="data" format="mod"/> + <param name="dat" optional="false" label="data-file containing prediction data set" type="data" format="dat"/> + </inputs> + <outputs> + <data name="o" format="txt"/> + </outputs> + <help>This tool predictes the response values of compounds in the given data-file using the specified QSAR model. + +Input of this tool is a model-file as generated by ModelCreator or FeatureSelector and a data-file generated by InputReader. + +Output of this tool (as specified by '-o') is a text file containing the predicted and, if any, the expected response values in one column each. +If you would prefer to use molecule files (sdf,mol2,drf) for input and output, please use the tool MolPredictor instead of this one.</help> +</tool> \ No newline at end of file