Mercurial > repos > galaxyp > openms_mapalignmentevaluation
diff MapAlignmentEvaluation.xml @ 0:cf8a65bc9e8a draft default tip
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/openms commit fb85d488133bb2b5f483b52b2db0ac66038fafb8
author | galaxyp |
---|---|
date | Wed, 01 Mar 2017 12:40:20 -0500 |
parents | |
children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/MapAlignmentEvaluation.xml Wed Mar 01 12:40:20 2017 -0500 @@ -0,0 +1,71 @@ +<?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: [Utilities]--> +<tool id="MapAlignmentEvaluation" name="MapAlignmentEvaluation" version="2.1.0"> + <description>Evaluates alignment results against a ground truth.</description> + <macros> + <token name="@EXECUTABLE@">MapAlignmentEvaluation</token> + <import>macros.xml</import> + </macros> + <expand macro="references"/> + <expand macro="stdio"/> + <expand macro="requirements"/> + <command>MapAlignmentEvaluation + +#if $param_in: + -in $param_in +#end if +#if $param_gt: + -gt $param_gt +#end if +#if $param_type: + -type + #if " " in str($param_type): + "$param_type" + #else + $param_type + #end if +#end if +#if $param_rt_dev: + -rt_dev $param_rt_dev +#end if +#if $param_mz_dev: + -mz_dev $param_mz_dev +#end if +#if $param_int_dev: + -int_dev $param_int_dev +#end if +#if $param_use_charge: + -use_charge +#end if +#if $adv_opts.adv_opts_selector=='advanced': + #if $adv_opts.param_force: + -force +#end if +#end if +> $param_stdout +</command> + <inputs> + <param name="param_in" type="data" format="consensusxml" optional="False" label="input file: tool" help="(-in) "/> + <param name="param_gt" type="data" format="consensusxml" optional="False" label="input file: ground truth" help="(-gt) "/> + <param name="param_type" display="radio" type="select" optional="False" label="Caap Evaluation type" help="(-type) "> + <option value="precision">precision</option> + <option value="recall">recall</option> + <option value="F1">F1</option> + </param> + <param name="param_rt_dev" type="float" value="0.1" label="Maximum allowed deviation of the retention time" help="(-rt_dev) "/> + <param name="param_mz_dev" type="float" value="0.1" label="Maximum allowed deviation of m/z" help="(-mz_dev) "/> + <param name="param_int_dev" type="float" value="100.0" label="Maximum allowed deviation of Intensity" help="(-int_dev) "/> + <param name="param_use_charge" display="radio" type="boolean" truevalue="-use_charge" falsevalue="" checked="false" optional="True" label="Use charge criterion when assesing if two features are identical" help="(-use_charge) "/> + <expand macro="advanced_options"> + <param name="param_force" display="radio" type="boolean" truevalue="-force" falsevalue="" checked="false" optional="True" label="Overwrite tool specific checks" help="(-force) "/> + </expand> + </inputs> + <outputs> + <data name="param_stdout" format="text" label="Output from stdout"/> + </outputs> + <help>Evaluates alignment results against a ground truth. + + +For more information, visit http://ftp.mi.fu-berlin.de/OpenMS/release-documentation/html/UTILS_MapAlignmentEvaluation.html</help> +</tool>