comparison copernicusmarine.xml @ 2:c07f11d8e49a draft default tip

planemo upload for repository https://github.com/galaxyecology/tools-ecology/tree/master/tools/ocean commit fa49586ecc02936c00015c4368a3b5699295203c
author ecology
date Mon, 18 Nov 2024 10:39:18 +0000
parents 4edd010161e9
children
comparison
equal deleted inserted replaced
1:4edd010161e9 2:c07f11d8e49a
1 <tool id="copernicusmarine" name="Copernicus Marine Data Store" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="22.01" license="MIT"> 1 <tool id="copernicusmarine" name="Copernicus Marine Data Store" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="22.01" license="MIT">
2 <description>retrieve marine data</description> 2 <description>retrieve marine data</description>
3 <macros> 3 <macros>
4 <token name="@TOOL_VERSION@">1.3.3</token> 4 <token name="@TOOL_VERSION@">1.3.3</token>
5 <token name="@VERSION_SUFFIX@">0</token> 5 <token name="@VERSION_SUFFIX@">1</token>
6 </macros> 6 </macros>
7 <requirements> 7 <requirements>
8 <requirement type="package" version="@TOOL_VERSION@">copernicusmarine</requirement> 8 <requirement type="package" version="@TOOL_VERSION@">copernicusmarine</requirement>
9 </requirements> 9 </requirements>
10 <command detect_errors="exit_code"><![CDATA[ 10 <command detect_errors="exit_code"><![CDATA[
11 #import re 11 #import re
12 #set $cmems_username = $__user__.extra_preferences.get('cmems_username', "") 12 #set $cmems_username = $__user__.extra_preferences.get('cmems_account|cmems_username', "")
13 #set $cmems_password = $__user__.extra_preferences.get('cmems_password', "") 13 #set $cmems_password = $__user__.extra_preferences.get('cmems_account|cmems_password', "")
14 14
15 #if $cmems_username == "" or $cmems_password == "" 15 #if $cmems_username == "" or $cmems_password == ""
16 #set $cmems_username = os.getenv('CMEMS_USERNAME', '') 16 #set $cmems_username = os.getenv('CMEMS_USERNAME', '')
17 #set $cmems_password = os.getenv('CMEMS_PASSWORD', '') 17 #set $cmems_password = os.getenv('CMEMS_PASSWORD', '')
18 18
75 ============================ 75 ============================
76 Copernicus Marine Data Store 76 Copernicus Marine Data Store
77 ============================ 77 ============================
78 78
79 ** Context ** 79 ** Context **
80
80 This tool is a wrapper to retrieve data from the Copernicus Marine Environment Monitoring Service (CMEMS). 81 This tool is a wrapper to retrieve data from the Copernicus Marine Environment Monitoring Service (CMEMS).
81 82
82 - It allows to retrieve data from the Copernicus Marine Service. 83 - It allows to retrieve data from the Copernicus Marine Service.
83 - Any user willing to use this tool needs to `create a new account <https://data.marine.copernicus.eu/login>`_. 84 - Any user willing to use this tool needs to `create a new account <https://data.marine.copernicus.eu/login>`_.
84 - Set your Copernicus CMEMS API Key via: User > Preferences > Manage Information 85 - Set your Copernicus CMEMS API Key via: User > Preferences > Manage Information
93 - Back on Galaxy paste it in the input field "Paste API Request". 94 - Back on Galaxy paste it in the input field "Paste API Request".
94 95
95 For more information on the Command-Line Interface (CLI) go on `Copernicus Marine Toolbox CLI - Subset <https://help.marine.copernicus.eu/en/articles/7972861-copernicus-marine-toolbox-cli-subset>` 96 For more information on the Command-Line Interface (CLI) go on `Copernicus Marine Toolbox CLI - Subset <https://help.marine.copernicus.eu/en/articles/7972861-copernicus-marine-toolbox-cli-subset>`
96 97
97 ** Input ** 98 ** Input **
99
98 Command line from the Copernicus marine services copy paste as a text. 100 Command line from the Copernicus marine services copy paste as a text.
99 101
100 ** Output ** 102 ** Output **
103
101 A netcdf file containing the the data chose by the user from the Copernicus Marine Data Store. 104 A netcdf file containing the the data chose by the user from the Copernicus Marine Data Store.
102 105
103 ]]></help> 106 ]]></help>
104 <citations> 107 <citations>
105 <citation type="bibtex"> 108 <citation type="bibtex">