view QCExporter.xml @ 7:bb52c480a74a draft

planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/openms commit f608f41d45664d04d3124c6ebc791bf8a566b3c5
author galaxyp
date Fri, 17 May 2019 04:49:51 -0400
parents aa28cebc18fc
children 7e8a254ef96d
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="QCExporter" name="QCExporter" version="2.3.0">
  <description>Will extract several qp from several run/sets in a tabular format.</description>
  <macros>
    <token name="@EXECUTABLE@">QCExporter</token>
    <import>macros.xml</import>
  </macros>
  <expand macro="references"/>
  <expand macro="stdio"/>
  <expand macro="requirements"/>
  <command detect_errors="aggressive"><![CDATA[QCExporter

#if $param_in:
  -in $param_in
#end if

#if $rep_param_names:
-names
  #for token in $rep_param_names:
    #if " " in str(token):
      "$token.param_names"
    #else
      $token.param_names
    #end if
  #end for
#end if
#if $param_mapping:
  -mapping $param_mapping
#end if
#if $param_out_csv:
  -out_csv $param_out_csv
#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="False" label="Input qcml file" help="(-in) "/>
    <repeat name="rep_param_names" min="0" title="param_names">
      <param name="param_names" type="text" size="30" label="The name of the target runs or sets to be exported from" help="(-names) If empty, from all will be exported">
        <sanitizer>
          <valid initial="string.printable">
            <remove value="'"/>
            <remove value="&quot;"/>
          </valid>
        </sanitizer>
      </param>
    </repeat>
    <param name="param_mapping" type="data" format="tabular" optional="False" label="The mapping of the exported table's headers to the according qp cvs" help="(-mapping) The first row is considered containing the headers as for the exported the table. The second row is considered the according qp cv accessions of the qp to be exported"/>
    <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_csv" format="tabular"/>
  </outputs>
  <help>Will extract several qp from several run/sets in a tabular format.


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