Mercurial > repos > siwaa > stics4carsolel
comparison 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 |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:f1070dc2446c |
---|---|
1 <tool id="Stics4CarSolEl" name="Stics4CarSolEl" version="1.0.0"> | |
2 <description>Vle Stics simulations in rotation parallelized by cvle for the CarSolEl project</description> | |
3 <requirements> | |
4 <container type="singularity">docker://registry.forgemia.inra.fr/record/carsolel</container> | |
5 </requirements> | |
6 <command detect_errors="exit_code"> | |
7 bash $__tool_directory__/stics4carsolel.bash \${GALAXY_SLOTS:-2} ${cvle_plan} ${output_file}; | |
8 </command> | |
9 <inputs> | |
10 <param name="cvle_plan" type="data" format="csv" label="Select a cvle plan in (csv file)"/> | |
11 </inputs> | |
12 <outputs> | |
13 <data format='csv' name="output_file" label="Stics simulations results"/> | |
14 </outputs> | |
15 <tests> | |
16 <test> | |
17 <param name="cvle_plan" value="inputs/dummy50.csv" ftype="csv" /> | |
18 <output name="output_file" ftype="csv"> | |
19 <assert_contents> | |
20 <has_n_lines n="151" /> | |
21 </assert_contents> | |
22 </output> | |
23 </test> | |
24 </tests> | |
25 <help> | |
26 the Stics4CarSolEl simulator | |
27 ============================ | |
28 | |
29 credits | |
30 ------- | |
31 | |
32 - Wrapper Maintainer: Patrick Chabrier patrick.chabrier@inrae.fr | |
33 - Tool Maintainer: Eric Casellas eric.casellas@inrae.fr | |
34 - Tool Site: https://forgemia.inra.fr/record/carsolel | |
35 - Copyright: INRAE | |
36 </help> | |
37 </tool> |