comparison obisindicators.xml @ 4:8ca01a4cfd27 draft default tip

planemo upload for repository https://github.com/galaxyecology/tools-ecology/tree/master/tools/obisindicators commit 13ac67c0a21d742b29e6273cdff058560abad770
author ecology
date Tue, 05 Nov 2024 14:17:36 +0000
parents ebb36b7dbae6
children
comparison
equal deleted inserted replaced
3:ebb36b7dbae6 4:8ca01a4cfd27
38 '$output_index' 38 '$output_index'
39 '$plots' 39 '$plots'
40 ]]> 40 ]]>
41 </command> 41 </command>
42 <inputs> 42 <inputs>
43 <expand macro="SRS_input"/> 43 <expand macro="obis_input"/>
44 <param name="separator" type="select" display="radio" label="What character is the separator in your data? (Mostlikely a comma for a csv file and t for a tabular)"> 44 <param name="separator" type="select" display="radio" label="What character is the separator in your data? (Mostlikely a comma for a csv file and t for a tabular)">
45 <option value="t">Tabulator (\t)</option> 45 <option value="t">Tabulator (\t)</option>
46 <option value=",">Comma (,)</option> 46 <option value=",">Comma (,)</option>
47 </param> 47 </param>
48 <param name="longitude" label="Select column containing the decimal value of the longitude " type="data_column" data_ref="input" numerical="true" use_header_names="true"/> 48 <param name="longitude" label="Select column containing the decimal value of the longitude " type="data_column" data_ref="input" numerical="true" use_header_names="true"/>
130 130
131 - A text output that summarizes in a tabular the results of all the indicators. 131 - A text output that summarizes in a tabular the results of all the indicators.
132 132
133 - Multiple PNG files representing the indicators on a map (according to the choice of map made). 133 - Multiple PNG files representing the indicators on a map (according to the choice of map made).
134 ]]></help> 134 ]]></help>
135 <expand macro="SRS_bibref"/> 135 <expand macro="obis_bibref"/>
136 </tool> 136 </tool>