view QCEmbedder.xml @ 12:b0c59adb67ef draft

planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/openms commit f608f41d45664d04d3124c6ebc791bf8a566b3c5
author galaxyp
date Wed, 15 May 2019 05:19:56 -0400
parents babb1318f498
children 7f5b37bcb7bb
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: [Utilities]-->
<tool id="QCEmbedder" name="QCEmbedder" version="2.3.0">
  <description>Attaches a table or an image to a given qc parameter.</description>
  <macros>
    <token name="@EXECUTABLE@">QCEmbedder</token>
    <import>macros.xml</import>
  </macros>
  <expand macro="references"/>
  <expand macro="stdio"/>
  <expand macro="requirements"/>
  <command detect_errors="aggressive"><![CDATA[QCEmbedder

#if $param_in:
  -in $param_in
#end if
#if $param_qp_att_acc:
  -qp_att_acc     "$param_qp_att_acc"
#end if
#if $param_cv_acc:
  -cv_acc     "$param_cv_acc"
#end if
#if $param_run:
  -run $param_run
#end if
#if $param_name:
  -name     "$param_name"
#end if
#if $param_plot:
  -plot $param_plot
#end if
#if $param_table:
  -table $param_table
#end if
#if $param_out:
  -out $param_out
#end if
#if $adv_opts.adv_opts_selector=='advanced':
    #if $adv_opts.param_force:
  -force
#end if
#end if
]]></command>
  <inputs>
    <param name="param_in" type="data" format="qcml" optional="True" label="Input qcml file" help="(-in) "/>
    <param name="param_qp_att_acc" type="text" size="30" label="Defines the qp cv accession of the qp to which the table/image is attached" help="(-qp_att_acc) ">
      <sanitizer>
        <valid initial="string.printable">
          <remove value="'"/>
          <remove value="&quot;"/>
        </valid>
      </sanitizer>
    </param>
    <param name="param_cv_acc" type="text" size="30" label="Defines the cv accession of the attachment" help="(-cv_acc) ">
      <sanitizer>
        <valid initial="string.printable">
          <remove value="'"/>
          <remove value="&quot;"/>
        </valid>
      </sanitizer>
    </param>
    <param name="param_run" type="data" format="mzml" optional="True" label="The file that defined the run under which the qp for the attachment is aggregated as mzML file" help="(-run) The file is only used to extract the run name from the file name"/>
    <param name="param_name" type="text" size="30" label="If no file for the run was given (or if the target qp is contained in a set), at least a name of the target run/set containing the the qp for the attachment has to be given" help="(-name) ">
      <sanitizer>
        <valid initial="string.printable">
          <remove value="'"/>
          <remove value="&quot;"/>
        </valid>
      </sanitizer>
    </param>
    <param name="param_plot" type="data" format="PNG" optional="True" label="If a plot image is to be attached to a qp, this has to be specified here" help="(-plot) "/>
    <param name="param_table" type="data" format="tabular" optional="True" label="If a table is to be attached to a qp, this has to be specified here" help="(-table) "/>
    <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="qcml"/>
  </outputs>
  <help>Attaches a table or an image to a given qc parameter.


For more information, visit https://abibuilder.informatik.uni-tuebingen.de/archive/openms/Documentation/release/2.3.0/html/UTILS_QCEmbedder.html</help>
</tool>