Mercurial > repos > luis > ball
diff galaxy_stubs/Predictor.xml @ 2:605370bc1def draft default tip
Uploaded
author | luis |
---|---|
date | Tue, 12 Jul 2016 12:33:33 -0400 |
parents | |
children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/galaxy_stubs/Predictor.xml Tue Jul 12 12:33:33 2016 -0400 @@ -0,0 +1,40 @@ +<?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: [QuEasy (QSAR)]--> +<tool id="Predictor" name="Predictor" version="1.1.0"> + <description>predict activities with QSAR model</description> + <macros> + <token name="@EXECUTABLE@">Predictor</token> + <import>macros.xml</import> + </macros> + <expand macro="stdio"/> + <expand macro="requirements"/> + <command>Predictor + +#if $param_i: + -i $param_i +#end if +#if $param_dat: + -dat $param_dat +#end if +#if $param_o: + -o $param_o +#end if +</command> + <inputs> + <param name="param_i" type="data" format="mod" optional="False" value="<class 'CTDopts.CTDopts._Null'>" label="input mod-file" help="(-i) "/> + <param name="param_dat" type="data" format="dat" optional="False" value="<class 'CTDopts.CTDopts._Null'>" label="data-file containing prediction data set" help="(-dat) "/> + </inputs> + <expand macro="advanced_options"/> + <outputs> + <data name="param_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>