Mercurial > repos > siwaa > stics4carsolel
diff stics4carsolel.xml @ 0:f1070dc2446c draft
"planemo upload for repository https://forgemia.inra.fr/record/carsolel/-/tree/master/tools commit 79ec610c8fada89b587b48d008738ec75770d40a"
author | siwaa |
---|---|
date | Mon, 25 Oct 2021 11:32:31 +0000 |
parents | |
children | 5e581bfc5341 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/stics4carsolel.xml Mon Oct 25 11:32:31 2021 +0000 @@ -0,0 +1,37 @@ +<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}; + </command> +<inputs> + <param name="cvle_plan" type="data" format="csv" label="Select a cvle plan in (csv 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" /> + <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>