Previous changeset 0:4de886e6300d (2024-10-22) Next changeset 2:c07f11d8e49a (2024-11-18) |
Commit message:
planemo upload for repository https://github.com/galaxyecology/tools-ecology/tree/master/tools/ocean commit 00f272530cd7b76a446d38e52a952c992af7fafa |
modified:
copernicusmarine.xml |
b |
diff -r 4de886e6300d -r 4edd010161e9 copernicusmarine.xml --- a/copernicusmarine.xml Tue Oct 22 15:55:13 2024 +0000 +++ b/copernicusmarine.xml Wed Oct 30 10:51:15 2024 +0000 |
b |
@@ -1,4 +1,4 @@ -<tool id="copernicusmarine" name="Copernicue Marine Data Store" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="22.01" license="MIT"> +<tool id="copernicusmarine" name="Copernicus Marine Data Store" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="22.01" license="MIT"> <description>retrieve marine data</description> <macros> <token name="@TOOL_VERSION@">1.3.3</token> @@ -26,7 +26,7 @@ #end if - #if $cmems_username != "" + #if $cmems_username == "" echo 'Error. Set your CMEMS credentials via: User -> Preferences -> Manage Information' && #end if |