Mercurial > repos > galaxyp > openms_openswathrewritetofeaturexml
view OpenSwathRewriteToFeatureXML.xml @ 8:40c7bac2105a draft
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/openms commit f608f41d45664d04d3124c6ebc791bf8a566b3c5-dirty
author | galaxyp |
---|---|
date | Fri, 17 May 2019 09:59:17 -0400 |
parents | 63e463c4abc1 |
children | 175016416031 |
line wrap: on
line source
<?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 CTDConverter.--> <!--Proposed Tool Section: [Targeted Experiments]--> <tool id="OpenSwathRewriteToFeatureXML" name="OpenSwathRewriteToFeatureXML" version="2.3.0"> <description>Combines featureXML and mProphet tsv to FDR filtered featureXML.</description> <macros> <token name="@EXECUTABLE@">OpenSwathRewriteToFeatureXML</token> <import>macros.xml</import> </macros> <expand macro="references"/> <expand macro="stdio"/> <expand macro="requirements"/> <command detect_errors="aggressive"><![CDATA[OpenSwathRewriteToFeatureXML #if $param_csv: -csv $param_csv #end if #if $param_featureXML: -featureXML $param_featureXML #end if #if $param_out: -out $param_out #end if #if $param_FDR_cutoff: -FDR_cutoff $param_FDR_cutoff #end if #if $adv_opts.adv_opts_selector=='advanced': #if $adv_opts.param_force: -force #end if #end if ]]></command> <inputs> <param name="param_csv" type="data" format="tabular" optional="True" label="mProphet tsv output file: "all_peakgroups.xls"" help="(-csv) "/> <param name="param_featureXML" type="data" format="featurexml" optional="False" label="input featureXML file" help="(-featureXML) "/> <param name="param_FDR_cutoff" type="float" value="-1.0" label="FDR cutoff (" help="(-FDR_cutoff) e.g. to remove all features with a an m_score above 0.05 use 0.05 here)"/> <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_out" format="featurexml"/> </outputs> <help>Combines featureXML and mProphet tsv to FDR filtered featureXML. For more information, visit https://abibuilder.informatik.uni-tuebingen.de/archive/openms/Documentation/release/2.3.0/html/UTILS_OpenSwathRewriteToFeatureXML.html</help> </tool>