Mercurial > repos > siwaa > azodyn
annotate tool_AZODYN.xml @ 1:97f5c404a9d6 draft
"planemo upload for repository https://forgemia.inra.fr/record/RECORD/-/tree/master/misc/galaxy_tools commit 8269762f9e0aad13dad21b646add6fed821ed613"
author | siwaa |
---|---|
date | Wed, 17 Nov 2021 14:00:22 +0000 |
parents | 7a2bd77a30bf |
children | e6bbaf03133e |
rev | line source |
---|---|
0
7a2bd77a30bf
"planemo upload for repository https://forgemia.inra.fr/record/RECORD/-/tree/master/misc/galaxy_tools commit 358a6e682f76859d7b54f359b1ab701b79e3791e-dirty"
siwaa
parents:
diff
changeset
|
1 <tool id="AZODYN" name="AZODYN crop models simulations" version="1.0.0"> |
7a2bd77a30bf
"planemo upload for repository https://forgemia.inra.fr/record/RECORD/-/tree/master/misc/galaxy_tools commit 358a6e682f76859d7b54f359b1ab701b79e3791e-dirty"
siwaa
parents:
diff
changeset
|
2 <description></description> |
7a2bd77a30bf
"planemo upload for repository https://forgemia.inra.fr/record/RECORD/-/tree/master/misc/galaxy_tools commit 358a6e682f76859d7b54f359b1ab701b79e3791e-dirty"
siwaa
parents:
diff
changeset
|
3 <requirements> |
1
97f5c404a9d6
"planemo upload for repository https://forgemia.inra.fr/record/RECORD/-/tree/master/misc/galaxy_tools commit 8269762f9e0aad13dad21b646add6fed821ed613"
siwaa
parents:
0
diff
changeset
|
4 <container type="singularity">docker://registry.forgemia.inra.fr/record/record/azodyn_sunflo:latest</container> |
0
7a2bd77a30bf
"planemo upload for repository https://forgemia.inra.fr/record/RECORD/-/tree/master/misc/galaxy_tools commit 358a6e682f76859d7b54f359b1ab701b79e3791e-dirty"
siwaa
parents:
diff
changeset
|
5 </requirements> |
7a2bd77a30bf
"planemo upload for repository https://forgemia.inra.fr/record/RECORD/-/tree/master/misc/galaxy_tools commit 358a6e682f76859d7b54f359b1ab701b79e3791e-dirty"
siwaa
parents:
diff
changeset
|
6 <command detect_errors="aggressive"> |
7a2bd77a30bf
"planemo upload for repository https://forgemia.inra.fr/record/RECORD/-/tree/master/misc/galaxy_tools commit 358a6e682f76859d7b54f359b1ab701b79e3791e-dirty"
siwaa
parents:
diff
changeset
|
7 unzip ${input_meteo}; |
1
97f5c404a9d6
"planemo upload for repository https://forgemia.inra.fr/record/RECORD/-/tree/master/misc/galaxy_tools commit 8269762f9e0aad13dad21b646add6fed821ed613"
siwaa
parents:
0
diff
changeset
|
8 /bin/bash -c "Rscript --verbose /data/RECORD/misc/docker/rAzodynSunflo.R ${crop_type} AZODYN ${file_input} ${file_outputs} \${GALAXY_SLOTS:-2}"; |
0
7a2bd77a30bf
"planemo upload for repository https://forgemia.inra.fr/record/RECORD/-/tree/master/misc/galaxy_tools commit 358a6e682f76859d7b54f359b1ab701b79e3791e-dirty"
siwaa
parents:
diff
changeset
|
9 zip temp_results.zip simresults_*.txt; |
7a2bd77a30bf
"planemo upload for repository https://forgemia.inra.fr/record/RECORD/-/tree/master/misc/galaxy_tools commit 358a6e682f76859d7b54f359b1ab701b79e3791e-dirty"
siwaa
parents:
diff
changeset
|
10 cp temp_results.zip ${simresults}; |
7a2bd77a30bf
"planemo upload for repository https://forgemia.inra.fr/record/RECORD/-/tree/master/misc/galaxy_tools commit 358a6e682f76859d7b54f359b1ab701b79e3791e-dirty"
siwaa
parents:
diff
changeset
|
11 </command> |
7a2bd77a30bf
"planemo upload for repository https://forgemia.inra.fr/record/RECORD/-/tree/master/misc/galaxy_tools commit 358a6e682f76859d7b54f359b1ab701b79e3791e-dirty"
siwaa
parents:
diff
changeset
|
12 <inputs> |
7a2bd77a30bf
"planemo upload for repository https://forgemia.inra.fr/record/RECORD/-/tree/master/misc/galaxy_tools commit 358a6e682f76859d7b54f359b1ab701b79e3791e-dirty"
siwaa
parents:
diff
changeset
|
13 <param name="crop_type" type="select" label="Select crop to simulate"> |
7a2bd77a30bf
"planemo upload for repository https://forgemia.inra.fr/record/RECORD/-/tree/master/misc/galaxy_tools commit 358a6e682f76859d7b54f359b1ab701b79e3791e-dirty"
siwaa
parents:
diff
changeset
|
14 <option value="AzodynPea.vpz">Pea</option> |
7a2bd77a30bf
"planemo upload for repository https://forgemia.inra.fr/record/RECORD/-/tree/master/misc/galaxy_tools commit 358a6e682f76859d7b54f359b1ab701b79e3791e-dirty"
siwaa
parents:
diff
changeset
|
15 <option value="AzodynWheat.vpz">Wheat</option> |
7a2bd77a30bf
"planemo upload for repository https://forgemia.inra.fr/record/RECORD/-/tree/master/misc/galaxy_tools commit 358a6e682f76859d7b54f359b1ab701b79e3791e-dirty"
siwaa
parents:
diff
changeset
|
16 <option value="AzodynBarley.vpz">Barley</option> |
7a2bd77a30bf
"planemo upload for repository https://forgemia.inra.fr/record/RECORD/-/tree/master/misc/galaxy_tools commit 358a6e682f76859d7b54f359b1ab701b79e3791e-dirty"
siwaa
parents:
diff
changeset
|
17 </param> |
7a2bd77a30bf
"planemo upload for repository https://forgemia.inra.fr/record/RECORD/-/tree/master/misc/galaxy_tools commit 358a6e682f76859d7b54f359b1ab701b79e3791e-dirty"
siwaa
parents:
diff
changeset
|
18 <param name="input_meteo" type="data" format="zip" label="Wheater serie input files (zip file)"/> |
7a2bd77a30bf
"planemo upload for repository https://forgemia.inra.fr/record/RECORD/-/tree/master/misc/galaxy_tools commit 358a6e682f76859d7b54f359b1ab701b79e3791e-dirty"
siwaa
parents:
diff
changeset
|
19 <param name="file_input" type="data" format="csv" label="Crop model input values"/> |
7a2bd77a30bf
"planemo upload for repository https://forgemia.inra.fr/record/RECORD/-/tree/master/misc/galaxy_tools commit 358a6e682f76859d7b54f359b1ab701b79e3791e-dirty"
siwaa
parents:
diff
changeset
|
20 <param name="file_outputs" type="data" format="csv" label="Outputs to simulate"/> |
7a2bd77a30bf
"planemo upload for repository https://forgemia.inra.fr/record/RECORD/-/tree/master/misc/galaxy_tools commit 358a6e682f76859d7b54f359b1ab701b79e3791e-dirty"
siwaa
parents:
diff
changeset
|
21 </inputs> |
7a2bd77a30bf
"planemo upload for repository https://forgemia.inra.fr/record/RECORD/-/tree/master/misc/galaxy_tools commit 358a6e682f76859d7b54f359b1ab701b79e3791e-dirty"
siwaa
parents:
diff
changeset
|
22 <outputs> |
7a2bd77a30bf
"planemo upload for repository https://forgemia.inra.fr/record/RECORD/-/tree/master/misc/galaxy_tools commit 358a6e682f76859d7b54f359b1ab701b79e3791e-dirty"
siwaa
parents:
diff
changeset
|
23 <data format="zip" name="simresults" /> |
7a2bd77a30bf
"planemo upload for repository https://forgemia.inra.fr/record/RECORD/-/tree/master/misc/galaxy_tools commit 358a6e682f76859d7b54f359b1ab701b79e3791e-dirty"
siwaa
parents:
diff
changeset
|
24 </outputs> |
7a2bd77a30bf
"planemo upload for repository https://forgemia.inra.fr/record/RECORD/-/tree/master/misc/galaxy_tools commit 358a6e682f76859d7b54f359b1ab701b79e3791e-dirty"
siwaa
parents:
diff
changeset
|
25 <help><![CDATA[ |
7a2bd77a30bf
"planemo upload for repository https://forgemia.inra.fr/record/RECORD/-/tree/master/misc/galaxy_tools commit 358a6e682f76859d7b54f359b1ab701b79e3791e-dirty"
siwaa
parents:
diff
changeset
|
26 AZODYN crop models simulations |
7a2bd77a30bf
"planemo upload for repository https://forgemia.inra.fr/record/RECORD/-/tree/master/misc/galaxy_tools commit 358a6e682f76859d7b54f359b1ab701b79e3791e-dirty"
siwaa
parents:
diff
changeset
|
27 ============================== |
7a2bd77a30bf
"planemo upload for repository https://forgemia.inra.fr/record/RECORD/-/tree/master/misc/galaxy_tools commit 358a6e682f76859d7b54f359b1ab701b79e3791e-dirty"
siwaa
parents:
diff
changeset
|
28 |
7a2bd77a30bf
"planemo upload for repository https://forgemia.inra.fr/record/RECORD/-/tree/master/misc/galaxy_tools commit 358a6e682f76859d7b54f359b1ab701b79e3791e-dirty"
siwaa
parents:
diff
changeset
|
29 Inputs: |
7a2bd77a30bf
"planemo upload for repository https://forgemia.inra.fr/record/RECORD/-/tree/master/misc/galaxy_tools commit 358a6e682f76859d7b54f359b1ab701b79e3791e-dirty"
siwaa
parents:
diff
changeset
|
30 ------- |
7a2bd77a30bf
"planemo upload for repository https://forgemia.inra.fr/record/RECORD/-/tree/master/misc/galaxy_tools commit 358a6e682f76859d7b54f359b1ab701b79e3791e-dirty"
siwaa
parents:
diff
changeset
|
31 |
7a2bd77a30bf
"planemo upload for repository https://forgemia.inra.fr/record/RECORD/-/tree/master/misc/galaxy_tools commit 358a6e682f76859d7b54f359b1ab701b79e3791e-dirty"
siwaa
parents:
diff
changeset
|
32 - Zip file of wheather series |
7a2bd77a30bf
"planemo upload for repository https://forgemia.inra.fr/record/RECORD/-/tree/master/misc/galaxy_tools commit 358a6e682f76859d7b54f359b1ab701b79e3791e-dirty"
siwaa
parents:
diff
changeset
|
33 - Input values of the crop model (1 simulation per row) |
7a2bd77a30bf
"planemo upload for repository https://forgemia.inra.fr/record/RECORD/-/tree/master/misc/galaxy_tools commit 358a6e682f76859d7b54f359b1ab701b79e3791e-dirty"
siwaa
parents:
diff
changeset
|
34 - Identification of the crop model output to simulate. |
7a2bd77a30bf
"planemo upload for repository https://forgemia.inra.fr/record/RECORD/-/tree/master/misc/galaxy_tools commit 358a6e682f76859d7b54f359b1ab701b79e3791e-dirty"
siwaa
parents:
diff
changeset
|
35 |
7a2bd77a30bf
"planemo upload for repository https://forgemia.inra.fr/record/RECORD/-/tree/master/misc/galaxy_tools commit 358a6e682f76859d7b54f359b1ab701b79e3791e-dirty"
siwaa
parents:
diff
changeset
|
36 Outputs: |
7a2bd77a30bf
"planemo upload for repository https://forgemia.inra.fr/record/RECORD/-/tree/master/misc/galaxy_tools commit 358a6e682f76859d7b54f359b1ab701b79e3791e-dirty"
siwaa
parents:
diff
changeset
|
37 -------- |
7a2bd77a30bf
"planemo upload for repository https://forgemia.inra.fr/record/RECORD/-/tree/master/misc/galaxy_tools commit 358a6e682f76859d7b54f359b1ab701b79e3791e-dirty"
siwaa
parents:
diff
changeset
|
38 |
7a2bd77a30bf
"planemo upload for repository https://forgemia.inra.fr/record/RECORD/-/tree/master/misc/galaxy_tools commit 358a6e682f76859d7b54f359b1ab701b79e3791e-dirty"
siwaa
parents:
diff
changeset
|
39 - Zip file of the crop model simulation values (1 file per output) |
7a2bd77a30bf
"planemo upload for repository https://forgemia.inra.fr/record/RECORD/-/tree/master/misc/galaxy_tools commit 358a6e682f76859d7b54f359b1ab701b79e3791e-dirty"
siwaa
parents:
diff
changeset
|
40 |
7a2bd77a30bf
"planemo upload for repository https://forgemia.inra.fr/record/RECORD/-/tree/master/misc/galaxy_tools commit 358a6e682f76859d7b54f359b1ab701b79e3791e-dirty"
siwaa
parents:
diff
changeset
|
41 Example: |
7a2bd77a30bf
"planemo upload for repository https://forgemia.inra.fr/record/RECORD/-/tree/master/misc/galaxy_tools commit 358a6e682f76859d7b54f359b1ab701b79e3791e-dirty"
siwaa
parents:
diff
changeset
|
42 -------- |
7a2bd77a30bf
"planemo upload for repository https://forgemia.inra.fr/record/RECORD/-/tree/master/misc/galaxy_tools commit 358a6e682f76859d7b54f359b1ab701b79e3791e-dirty"
siwaa
parents:
diff
changeset
|
43 |
7a2bd77a30bf
"planemo upload for repository https://forgemia.inra.fr/record/RECORD/-/tree/master/misc/galaxy_tools commit 358a6e682f76859d7b54f359b1ab701b79e3791e-dirty"
siwaa
parents:
diff
changeset
|
44 - Select 'Pea' as the crop model to use |
7a2bd77a30bf
"planemo upload for repository https://forgemia.inra.fr/record/RECORD/-/tree/master/misc/galaxy_tools commit 358a6e682f76859d7b54f359b1ab701b79e3791e-dirty"
siwaa
parents:
diff
changeset
|
45 - Copy to your history files 'AzodynPea_meteo.zip', 'AzodynPea_input.csv' and 'AzodynPea_output.csv' from the AZODYN shared dataset. |
7a2bd77a30bf
"planemo upload for repository https://forgemia.inra.fr/record/RECORD/-/tree/master/misc/galaxy_tools commit 358a6e682f76859d7b54f359b1ab701b79e3791e-dirty"
siwaa
parents:
diff
changeset
|
46 - Fill file names and choose the adequate number of cores. |
7a2bd77a30bf
"planemo upload for repository https://forgemia.inra.fr/record/RECORD/-/tree/master/misc/galaxy_tools commit 358a6e682f76859d7b54f359b1ab701b79e3791e-dirty"
siwaa
parents:
diff
changeset
|
47 - And then execute |
7a2bd77a30bf
"planemo upload for repository https://forgemia.inra.fr/record/RECORD/-/tree/master/misc/galaxy_tools commit 358a6e682f76859d7b54f359b1ab701b79e3791e-dirty"
siwaa
parents:
diff
changeset
|
48 |
7a2bd77a30bf
"planemo upload for repository https://forgemia.inra.fr/record/RECORD/-/tree/master/misc/galaxy_tools commit 358a6e682f76859d7b54f359b1ab701b79e3791e-dirty"
siwaa
parents:
diff
changeset
|
49 Credits: |
7a2bd77a30bf
"planemo upload for repository https://forgemia.inra.fr/record/RECORD/-/tree/master/misc/galaxy_tools commit 358a6e682f76859d7b54f359b1ab701b79e3791e-dirty"
siwaa
parents:
diff
changeset
|
50 -------- |
7a2bd77a30bf
"planemo upload for repository https://forgemia.inra.fr/record/RECORD/-/tree/master/misc/galaxy_tools commit 358a6e682f76859d7b54f359b1ab701b79e3791e-dirty"
siwaa
parents:
diff
changeset
|
51 |
7a2bd77a30bf
"planemo upload for repository https://forgemia.inra.fr/record/RECORD/-/tree/master/misc/galaxy_tools commit 358a6e682f76859d7b54f359b1ab701b79e3791e-dirty"
siwaa
parents:
diff
changeset
|
52 - Author: Ronan Trépos ronan.trepos@inrae.fr |
7a2bd77a30bf
"planemo upload for repository https://forgemia.inra.fr/record/RECORD/-/tree/master/misc/galaxy_tools commit 358a6e682f76859d7b54f359b1ab701b79e3791e-dirty"
siwaa
parents:
diff
changeset
|
53 - Wrapper Maintainer: Ronan Trépos ronan.trepos@inrae.fr |
7a2bd77a30bf
"planemo upload for repository https://forgemia.inra.fr/record/RECORD/-/tree/master/misc/galaxy_tools commit 358a6e682f76859d7b54f359b1ab701b79e3791e-dirty"
siwaa
parents:
diff
changeset
|
54 - Tool Maintainer: Ronan Trépos ronan.trepos@inrae.fr |
7a2bd77a30bf
"planemo upload for repository https://forgemia.inra.fr/record/RECORD/-/tree/master/misc/galaxy_tools commit 358a6e682f76859d7b54f359b1ab701b79e3791e-dirty"
siwaa
parents:
diff
changeset
|
55 - Copyright: INRAE]]> |
7a2bd77a30bf
"planemo upload for repository https://forgemia.inra.fr/record/RECORD/-/tree/master/misc/galaxy_tools commit 358a6e682f76859d7b54f359b1ab701b79e3791e-dirty"
siwaa
parents:
diff
changeset
|
56 </help> |
7a2bd77a30bf
"planemo upload for repository https://forgemia.inra.fr/record/RECORD/-/tree/master/misc/galaxy_tools commit 358a6e682f76859d7b54f359b1ab701b79e3791e-dirty"
siwaa
parents:
diff
changeset
|
57 </tool> |
7a2bd77a30bf
"planemo upload for repository https://forgemia.inra.fr/record/RECORD/-/tree/master/misc/galaxy_tools commit 358a6e682f76859d7b54f359b1ab701b79e3791e-dirty"
siwaa
parents:
diff
changeset
|
58 |