Previous changeset 0:482815be63e0 (2024-10-22) Next changeset 2:a5b332a8f13b (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 482815be63e0 -r c5357ce2123b copernicusmarine.xml --- a/copernicusmarine.xml Tue Oct 22 15:54:47 2024 +0000 +++ b/copernicusmarine.xml Wed Oct 30 10:50:56 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 |