Previous changeset 2:b9d9fe0c2ce7 (2019-06-23) Next changeset 4:9ee8db6ffba3 (2019-07-07) |
Commit message:
planemo upload for repository https://github.com/NordicESMhub/galaxy-tools/tree/master/tools/essential_climate_variables commit 9a4156ff5fe0c74f33b115cf62c6d5c5732ee895 |
modified:
essential_climate_variables.xml |
b |
diff -r b9d9fe0c2ce7 -r b261160f10ee essential_climate_variables.xml --- a/essential_climate_variables.xml Sun Jun 23 11:16:11 2019 -0400 +++ b/essential_climate_variables.xml Sun Jul 07 10:04:37 2019 -0400 |
[ |
@@ -7,7 +7,7 @@ </requirements> <command detect_errors="exit_code"><![CDATA[ HOME=`pwd` && - source \$COPERNICUS_CDSAPIRC_KEY_FILE 2> /dev/null | true && + cp \$COPERNICUS_CDSAPIRC_KEY_FILE .cdsapirc | true && python3 '$__tool_directory__/ecv_retrieve.py' 'ecv-for-climate-change' '$variable' --month '$month' |