Mercurial > repos > siwaa > stics4carsolel
view stics4carsolel.xml @ 3:e7965152f2b0 draft
"planemo upload for repository https://forgemia.inra.fr/record/carsolel/-/tree/master/tools commit 2a37af53bf0d725090f0be9331dac056f3071790"
author | siwaa |
---|---|
date | Fri, 28 Jan 2022 16:12:18 +0000 |
parents | 5e581bfc5341 |
children | 6a77442a3598 |
line wrap: on
line source
<tool id="Stics4CarSolEl" name="Stics4CarSolEl" version="1.0.0"> <description>Vle Stics simulations in rotation parallelized by cvle for the CarSolEl project</description> <requirements> <container type="singularity">docker://registry.forgemia.inra.fr/record/carsolel</container> </requirements> <command detect_errors="exit_code"> bash $__tool_directory__/stics4carsolel.bash \${GALAXY_SLOTS:-2} ${cvle_plan} ${output_file} ${meteo_archive}; </command> <inputs> <param name="cvle_plan" type="data" format="csv" label="Select a cvle plan in (csv file)"/> <param name="meteo_archive" type="data" format="zip" label="Select a meteo archive (zip file)"/> </inputs> <outputs> <data format='csv' name="output_file" label="Stics simulations results"/> </outputs> <tests> <test> <param name="cvle_plan" value="inputs/dummy50.csv" ftype="csv" /> <param name="meteo_archive" value="inputs/meteo.zip" ftype="zip" /> <output name="output_file" ftype="csv"> <assert_contents> <has_n_lines n="151" /> </assert_contents> </output> </test> </tests> <help> the Stics4CarSolEl simulator ============================ credits ------- - Wrapper Maintainer: Patrick Chabrier patrick.chabrier@inrae.fr - Tool Maintainer: Eric Casellas eric.casellas@inrae.fr - Tool Site: https://forgemia.inra.fr/record/carsolel - Copyright: INRAE </help> </tool>