comparison obisindicators.xml @ 3:ebb36b7dbae6 draft

planemo upload for repository https://github.com/galaxyecology/tools-ecology/tree/master/tools/obisindicators commit b96f1f556c1fb06774d99adeb53061871d9b9e86
author ecology
date Tue, 14 Feb 2023 15:33:15 +0000
parents 52e560d9fc00
children 8ca01a4cfd27
comparison
equal deleted inserted replaced
2:52e560d9fc00 3:ebb36b7dbae6
51 <param name="records" label="Select column containing the number of records" type="data_column" data_ref="input" numerical="true" use_header_names="true"/> 51 <param name="records" label="Select column containing the number of records" type="data_column" data_ref="input" numerical="true" use_header_names="true"/>
52 <param name="type" type="select" label="Type of projection for the map : select your coordinate reference system (CRS)"> 52 <param name="type" type="select" label="Type of projection for the map : select your coordinate reference system (CRS)">
53 <option value="0">Robinson projection</option> 53 <option value="0">Robinson projection</option>
54 <option value="4326">Geographic projection</option> 54 <option value="4326">Geographic projection</option>
55 </param> 55 </param>
56 <param name="resolution" label="Choose a resolution for the discrete global grid specifying a number between 1 and 30" type="text" data_ref="input" help="We strongly advise to stay below 15 or else you won't see a thing. The bigger your dataset is the smaller the resolution should be."/> 56 <param name="resolution" type="integer" value="9" min="1" max="30" label="Choose a resolution for the discrete global grid (a number between 1, low resolution, and 30, high resolution)" data_ref="input" help="We strongly advise to stay below 15 or else you won't see a thing. The bigger your dataset is the smaller the resolution should be."/>
57 </inputs> 57 </inputs>
58 <outputs> 58 <outputs>
59 <data name="output_index" from_work_dir="Index.csv" format="csv" label="Index"> 59 <data name="output_index" from_work_dir="Index.csv" format="csv" label="Index">
60 </data> 60 </data>
61 <collection type="list" name="plots"> 61 <collection type="list" name="plots">