diff macros.xml @ 0:3244fa368e7c draft

planemo upload for repository https://github.com/brsynth/molecule-signature commit b09df1450c87c2254b7a3ffddc3ed16208a3ab50
author tduigou
date Fri, 07 Feb 2025 10:33:51 +0000
parents
children 2ed696bb6a6b
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/macros.xml	Fri Feb 07 10:33:51 2025 +0000
@@ -0,0 +1,26 @@
+<macros>
+    <token name="@TOOL_VERSION@">2.1.0</token>
+    <token name="@VERSION_SUFFIX@">0</token>
+    <xml name="requirements">
+        <requirements>
+            <requirement type="package" version="@TOOL_VERSION@">molecule-signature</requirement>
+            <yield/>
+        </requirements>
+    </xml>
+    <xml name="citation">
+        <citations>
+            <citation type="bibtex">
+                @unpublished{MoleculeSignature,
+                    author = {Philippe Meyer, Thomas Duigou, Guillaume Gricourt, Jean-Loup Faulon},
+                    title = {{MoleculeSignature}},
+                    url = {https://github.com/brsynth/molecule-signature},
+                }
+            </citation>
+        </citations>
+    </xml>
+    <xml name="creator">
+        <creator>
+            <organization name="BioRetroSynth" url="https://github.com/brsynth"/>
+        </creator>
+    </xml>
+</macros>