view OpenSwathFileSplitter.xml @ 3:28dfa4b7c411 draft

planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/openms commit daf6dfc513ede9b890125d9fff2c2657d834eea9
author galaxyp
date Fri, 14 Jul 2017 19:06:04 -0400
parents 9773c62ee275
children 4a69c76c5289
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 CTD2Galaxy.-->
<!--Proposed Tool Section: [Targeted Experiments]-->
<tool id="OpenSwathFileSplitter" name="OpenSwathFileSplitter" version="2.2.0">
  <description>Splits SWATH files into n files, each containing one window.</description>
  <macros>
    <token name="@EXECUTABLE@">OpenSwathFileSplitter</token>
    <import>macros.xml</import>
  </macros>
  <expand macro="references"/>
  <expand macro="stdio"/>
  <expand macro="requirements"/>
  <command>OpenSwathFileSplitter

-in
  #for token in $param_in:
    $token
  #end for
#if $adv_opts.adv_opts_selector=='advanced':
    #if $adv_opts.param_outputDirectory:
  -outputDirectory     "$adv_opts.param_outputDirectory"
#end if
    #if $adv_opts.param_force:
  -force
#end if
#end if
&gt; $param_stdout
</command>
  <inputs>
    <param name="param_in" type="data" format="mzml,mzxml" multiple="true" optional="False" size="30" label="Input file (SWATH/DIA file)" help="(-in) ">
      <sanitizer>
        <valid initial="string.printable">
          <remove value="'"/>
          <remove value="&quot;"/>
        </valid>
      </sanitizer>
    </param>
    <expand macro="advanced_options">
      <param name="param_outputDirectory" type="text" size="30" value="./" label="Output path to store the split files" help="(-outputDirectory) ">
        <sanitizer>
          <valid initial="string.printable">
            <remove value="'"/>
            <remove value="&quot;"/>
          </valid>
        </sanitizer>
      </param>
      <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>Splits SWATH files into n files, each containing one window.


For more information, visit http://ftp.mi.fu-berlin.de/OpenMS/release-documentation/html/UTILS_OpenSwathFileSplitter.html</help>
</tool>