# HG changeset patch # User ecology # Date 1742482193 0 # Node ID 4b84de936c513f8f025ad6f7c6e1ca4be2ed9714 # Parent f3c64a15ee7e7adc9e40d75744176d3c61718bdd planemo upload for repository https://github.com/galaxyecology/tools-ecology/tree/master/tools/ocean commit ecc01d1975d2a603ece634c6cfe2d9591b307cc8 diff -r f3c64a15ee7e -r 4b84de936c51 argo_getdata.xml --- a/argo_getdata.xml Tue Oct 22 15:55:06 2024 +0000 +++ b/argo_getdata.xml Thu Mar 20 14:49:53 2025 +0000 @@ -265,16 +265,20 @@ - - - - - - - - - - + + + + + + + + + + + + + + @@ -283,9 +287,13 @@ - - - + + + + + + + @@ -294,10 +302,14 @@ - - - - + + + + + + + + @@ -306,10 +318,14 @@ - - - - + + + + + + + + @@ -318,10 +334,14 @@ - - - - + + + + + + + + diff -r f3c64a15ee7e -r 4b84de936c51 check.py --- a/check.py Tue Oct 22 15:55:06 2024 +0000 +++ b/check.py Thu Mar 20 14:49:53 2025 +0000 @@ -76,6 +76,10 @@ print(error_message) sys.exit(1) + # Append '--force-download' option to the command + if "--force-download" not in command: + command += " --force-download" + # Execute the command try: subprocess.run(command, shell=True, check=True)