comparison obisindicators.xml @ 4:393957ecc97d draft default tip

planemo upload for repository https://github.com/galaxyecology/tools-ecology/tree/master/tools/obisindicators commit b377ff767e3051f301c2f02cfe3e1a17b285ede4
author ecology
date Thu, 18 Jan 2024 09:34:02 +0000
parents 4e7c1fb5e894
children
comparison
equal deleted inserted replaced
3:4e7c1fb5e894 4:393957ecc97d
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>