comparison essential_climate_variables.xml @ 3:b261160f10ee draft

planemo upload for repository https://github.com/NordicESMhub/galaxy-tools/tree/master/tools/essential_climate_variables commit 9a4156ff5fe0c74f33b115cf62c6d5c5732ee895
author climate
date Sun, 07 Jul 2019 10:04:37 -0400
parents b9d9fe0c2ce7
children ee42b7a33dc7
comparison
equal deleted inserted replaced
2:b9d9fe0c2ce7 3:b261160f10ee
5 <requirement type="package" version="0.1.4">cdsapi</requirement> 5 <requirement type="package" version="0.1.4">cdsapi</requirement>
6 <requirement type="package" version="1.9.6">cdo</requirement> 6 <requirement type="package" version="1.9.6">cdo</requirement>
7 </requirements> 7 </requirements>
8 <command detect_errors="exit_code"><![CDATA[ 8 <command detect_errors="exit_code"><![CDATA[
9 HOME=`pwd` && 9 HOME=`pwd` &&
10 source \$COPERNICUS_CDSAPIRC_KEY_FILE 2> /dev/null | true && 10 cp \$COPERNICUS_CDSAPIRC_KEY_FILE .cdsapirc | true &&
11 python3 '$__tool_directory__/ecv_retrieve.py' 11 python3 '$__tool_directory__/ecv_retrieve.py'
12 'ecv-for-climate-change' '$variable' 12 'ecv-for-climate-change' '$variable'
13 --month '$month' 13 --month '$month'
14 #if str($product_type.product) == 'monthly_mean' 14 #if str($product_type.product) == 'monthly_mean'
15 --year '$product_type.year' 15 --year '$product_type.year'