diff macros.xml @ 0:8a0aa44e1e5b draft default tip

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seqprep commit 06828a419d1bf8546382b7c687a76b65a577e736
author iuc
date Thu, 15 Feb 2024 14:23:13 +0000
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/macros.xml	Thu Feb 15 14:23:13 2024 +0000
@@ -0,0 +1,35 @@
+<macros>
+    <token name="@TOOL_VERSION@">1.3.2</token>
+    <token name="@VERSION_SUFFIX@">0</token>
+    <xml name="requirements">
+        <requirements>
+            <requirement type="package" version="@TOOL_VERSION@">seqprep</requirement>
+        </requirements>
+    </xml>
+    <xml name="biotools">
+        <xrefs>
+            <xref type="bio.tools">seqprep</xref>
+        </xrefs>
+    </xml>
+    <xml name="creators">
+        <creator>
+            <person givenName="John" familyName="St. John" url="https://github.com/jstjohn" />
+            <person givenName="Lionel" familyName="Guy" />
+            <person givenName="John" familyName="Chilton" url="https://github.com/jmchilton" />
+            <person givenName="Albert" familyName="Ratschinski" url="https://github.com/Alby-Git" />
+        </creator>
+    </xml>
+    <xml name="citations">
+        <citations>
+            <citation type="bibtex">
+        @online{seqpre,
+          author = {St John, John},
+          title = {seqprep},
+          year = 2016,
+          url = {https://github.com/jstjohn/SeqPrep},
+          urldate = {2016-10-04}
+        }
+            </citation>
+        </citations>
+    </xml>
+</macros>