comparison make_eml.xml @ 6:4cf24a95c4ff draft

planemo upload for repository https://github.com/galaxyecology/tools-ecology/tree/master/tools/EMLassemblyline commit 2d36dc964f548b5acbc43ffd78e51e6fc7dc80bb
author ecology
date Tue, 10 Sep 2024 12:53:27 +0000
parents 59349973537f
children
comparison
equal deleted inserted replaced
5:34dcb86a9351 6:4cf24a95c4ff
60 '$raster_url' 60 '$raster_url'
61 '$vector_url' 61 '$vector_url'
62 62
63 ]]></command> 63 ]]></command>
64 <inputs> 64 <inputs>
65 <param name="templates" type="data" multiple="True" label="Upload all EAL templates" help="You can upload dataset collection or upload templates one by one (especially if there are multiple format)."/> 65 <param name="templates" type="data" format="data" multiple="True" label="Upload all EAL templates" help="You can upload dataset collection or upload templates one by one (especially if there are multiple format)."/>
66 <param name="title" type="text" label="Title for your dataset." /> 66 <param name="title" type="text" label="Title for your dataset." />
67 <section name="temporal_coverage" title="Temporal coverage" expanded="true"> 67 <section name="temporal_coverage" title="Temporal coverage" expanded="true">
68 <param name="start" type="text" label="Beginning date of the dataset in the format YYYY-MM-DD" optional="false"/> 68 <param name="start" type="text" label="Beginning date of the dataset in the format YYYY-MM-DD" optional="false"/>
69 <param name="end" type="text" label="Ending date of the dataset in the format YYYY-MM-DD" optional="false"/> 69 <param name="end" type="text" label="Ending date of the dataset in the format YYYY-MM-DD" optional="false"/>
70 </section> 70 </section>
134 Templates can be directly edited in Galaxy (view **eml2eal** tool for more information.) 134 Templates can be directly edited in Galaxy (view **eml2eal** tool for more information.)
135 135
136 136
137 137
138 ]]></help> 138 ]]></help>
139 <citations>
140 <citation type="bibtex">@Manual{,
141 title = {EMLassemblyline: A tool kit for building EML metadata workflows},
142 author = {Colin Smith},
143 year = {2022},
144 note = {https://github.com/EDIorg/EMLassemblyline,
145 https://ediorg.github.io/EMLassemblyline/},
146 }</citation>
147 </citations>
139 </tool> 148 </tool>