Mercurial > repos > ecology > xarray_select
comparison macros_timeseries.xml @ 4:b393815e4cb7 draft default tip
planemo upload for repository https://github.com/galaxyecology/tools-ecology/tree/master/tools/data_manipulation/xarray/ commit fd8ad4d97db7b1fd3876ff63e14280474e06fdf7
author | ecology |
---|---|
date | Sun, 31 Jul 2022 21:20:41 +0000 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
3:bf595d613af4 | 4:b393815e4cb7 |
---|---|
1 <macros> | |
2 <xml name="config_series"> | |
3 <configfiles> | |
4 <configfile name="series_customization"><![CDATA[ | |
5 { | |
6 #if $condi_datetime.datetime=="yes" | |
7 #if str($condi_datetime.time_name).strip() | |
8 "time_name":'$condi_datetime.time_name', | |
9 #end if | |
10 #if str($condi_datetime.time_start_value).strip() | |
11 "time_start_value":"$condi_datetime.time_start_value", | |
12 #end if | |
13 #if str($condi_datetime.time_end_value).strip() | |
14 "time_end_value":"$condi_datetime.time_end_value", | |
15 #end if | |
16 #end if | |
17 #if str($lon_value).strip() | |
18 "lon_value":'$lon_value', | |
19 #end if | |
20 #if str($lat_value).strip() | |
21 "lat_value":'$lat_value', | |
22 #end if | |
23 #if $lon_name | |
24 "lon_name":'$lon_name', | |
25 #end if | |
26 #if $lat_name | |
27 "lat_name":'$lat_name', | |
28 #end if | |
29 #if str($adv.format_date).strip() | |
30 "format_date":'$adv.format_date', | |
31 #end if | |
32 #if str($adv.plot_title).strip() | |
33 "title":'$adv.plot_title', | |
34 #end if | |
35 #if str($adv.xlabel).strip() | |
36 "xlabel":'$adv.xlabel', | |
37 #end if | |
38 #if str($adv.ylabel).strip() | |
39 "ylabel":'$adv.ylabel', | |
40 #end if | |
41 } | |
42 ]]> | |
43 </configfile> | |
44 </configfiles> | |
45 | |
46 </xml> | |
47 </macros> |