diff eml2eal.xml @ 6:6fc2341a92cb draft default tip

planemo upload for repository https://github.com/galaxyecology/tools-ecology/tree/master/tools/EMLassemblyline commit 2d36dc964f548b5acbc43ffd78e51e6fc7dc80bb
author ecology
date Tue, 10 Sep 2024 12:50:47 +0000
parents 5c0290c4225a
children
line wrap: on
line diff
--- a/eml2eal.xml	Mon Jan 22 14:55:01 2024 +0000
+++ b/eml2eal.xml	Tue Sep 10 12:50:47 2024 +0000
@@ -1,7 +1,7 @@
 <tool id="eml2eal" name="EML to EAL" version="0.1.0+galaxy0" profile="22.05">
     <description> Create EAL templates from EML metadata </description>
     <requirements>
-       <requirement type="package" version="3.5.5">r-emlassemblyline</requirement>
+      <container type="docker">outils-patrinat.mnhn.fr/metashark:latest</container>
     </requirements>
     <command detect_errors="exit_code"><![CDATA[
        Rscript
@@ -51,4 +51,13 @@
 Once edited, this templates can me reassembled to produce a new EML with the **make_eml** tool in the EMLassemblyline tool section.
 
 ]]></help>
+    <citations>
+       <citation type="bibtex">@Manual{,
+       title = {EMLassemblyline: A tool kit for building EML metadata workflows},
+       author = {Colin Smith},
+       year = {2022},
+       note = {https://github.com/EDIorg/EMLassemblyline,
+       https://ediorg.github.io/EMLassemblyline/},
+       }</citation>
+    </citations>
 </tool>