Mercurial > repos > ecology > copernicusmarine
comparison copernicusmarine.xml @ 1:4edd010161e9 draft
planemo upload for repository https://github.com/galaxyecology/tools-ecology/tree/master/tools/ocean commit 00f272530cd7b76a446d38e52a952c992af7fafa
author | ecology |
---|---|
date | Wed, 30 Oct 2024 10:51:15 +0000 |
parents | 4de886e6300d |
children | c07f11d8e49a |
comparison
equal
deleted
inserted
replaced
0:4de886e6300d | 1:4edd010161e9 |
---|---|
1 <tool id="copernicusmarine" name="Copernicue 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@">0</token> |
6 </macros> | 6 </macros> |
24 echo "Password does not meet the required criteria" && | 24 echo "Password does not meet the required criteria" && |
25 #end if | 25 #end if |
26 | 26 |
27 #end if | 27 #end if |
28 | 28 |
29 #if $cmems_username != "" | 29 #if $cmems_username == "" |
30 echo 'Error. Set your CMEMS credentials via: User -> Preferences -> Manage Information' && | 30 echo 'Error. Set your CMEMS credentials via: User -> Preferences -> Manage Information' && |
31 #end if | 31 #end if |
32 | 32 |
33 #set $filename="config_file_with_my_command" | 33 #set $filename="config_file_with_my_command" |
34 echo -e '$input_text' > $filename --force-download --username $cmems_username --password $cmems_password && | 34 echo -e '$input_text' > $filename --force-download --username $cmems_username --password $cmems_password && |