Mercurial > repos > siwaa > redelac_stics_x
comparison redelacxlsx2csv.xml @ 0:dd02fab383bf draft
"planemo upload for repository https://forgemia.inra.fr/redelac commit 841d6c6ada2dad3dd575d25aab620491fda5c611"
| author | siwaa |
|---|---|
| date | Mon, 19 Jun 2023 15:32:54 +0000 |
| parents | |
| children | b91beff0963c |
comparison
equal
deleted
inserted
replaced
| -1:000000000000 | 0:dd02fab383bf |
|---|---|
| 1 <tool id="redelacXlsx2Csv" name="redelacXlsx2Csv" version="1.0.0"> | |
| 2 <description>to split a xlsx spatial unit configuration file into csv sheet 4 REDELAC</description> | |
| 3 <requirements> | |
| 4 <container type="singularity">docker://registry.forgemia.inra.fr/redelac/redelac-toolbox:latest</container> | |
| 5 </requirements> | |
| 6 <command detect_errors="aggressive"> | |
| 7 <![CDATA[ | |
| 8 python $__tool_directory__/redelacxlsx2csv.py ${REDELACrot} ${USMs} ${Tec} ${Ini} ${Station} ${Liste_plantes} | |
| 9 ]]> | |
| 10 </command> | |
| 11 <inputs> | |
| 12 <param name="REDELACrot" type="data" format="xlsx" label="Select a REDELAC single spatial unit rotation input configuration (xlsx)"/> | |
| 13 </inputs> | |
| 14 <outputs> | |
| 15 <data name="USMs" format="csv" label="USMs Sheet (csv)"/> | |
| 16 <data name="Station" format="csv" label="Stations Sheet (csv)"/> | |
| 17 <data name="Tec" format="csv" label="Tec Sheet (csv)"/> | |
| 18 <data name="Ini" format="csv" label="Ini Sheet (csv)"/> | |
| 19 <data name="Liste_plantes" format="csv" label="Liste_plantes Sheet (csv)"/> | |
| 20 </outputs> | |
| 21 <tests> | |
| 22 </tests> | |
| 23 <help> | |
| 24 Documentation | |
| 25 ------------- | |
| 26 A tool to split a REDELAC xlsx INPUT file | |
| 27 | |
| 28 Credits | |
| 29 ------- | |
| 30 - Galaxy Tool Maintainer: Patrick Chabrier patrick.chabrier@inrae.fr | |
| 31 - Copyright: INRAE | |
| 32 </help> | |
| 33 </tool> |
