view redelacxlsx2csv.xml @ 1:b91beff0963c draft default tip

"planemo upload for repository https://forgemia.inra.fr/redelac/redelac-toolbox/-/tree/b275711eca6a471af5cb60ae996e0bd6c11461d6/tools/REDELACxlsx2csv commit b275711eca6a471af5cb60ae996e0bd6c11461d6-dirty"
author siwaa
date Thu, 06 Jul 2023 10:16:26 +0000
parents dd02fab383bf
children
line wrap: on
line source

<tool id="redelacXlsx2Csv" name="redelacXlsx2Csv" version="1.0.0">
  <description>to split a xlsx spatial unit configuration file into csv sheet 4 REDELAC</description>
  <requirements>
    <container type="singularity">docker://registry.forgemia.inra.fr/redelac/redelac-toolbox:latest</container>
  </requirements>
  <command detect_errors="aggressive">
    <![CDATA[
	     python  $__tool_directory__/redelacxlsx2csv.py ${REDELACrot} ${USMs} ${Tec} ${Ini} ${Station} ${Liste_plantes}
     ]]>
  </command>
  <inputs>
    <param name="REDELACrot" type="data" format="xlsx" label="Select a REDELAC single spatial unit rotation input configuration (xlsx)"/>
    <param name="Tag" type="text" value="" label="Outputs tag"/>
  </inputs>
  <outputs>
    <data name="USMs" format="csv" label="USMsSheet${Tag}"/>
    <data name="Station" format="csv" label="StationsSheet${Tag}"/>
    <data name="Tec" format="csv" label="TecSheet${Tag}"/>
    <data name="Ini" format="csv" label="IniSheet${Tag}"/>
    <data name="Liste_plantes" format="csv" label="Liste_plantesSheet${Tag}"/>
  </outputs>
  <tests>
  </tests>
  <help>
Documentation
-------------
A tool to split a REDELAC xlsx INPUT file

Credits
-------
-  Galaxy Tool Maintainer: Patrick Chabrier patrick.chabrier@inrae.fr
-  Copyright: INRAE
  </help>
</tool>