diff macros.xml @ 0:61aad58c7b2d draft default tip

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cnv-phenopacket commit 022f0e712defd963f3a3480c5ee6cddf4157e81c
author iuc
date Fri, 01 Mar 2024 19:04:08 +0000
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/macros.xml	Fri Mar 01 19:04:08 2024 +0000
@@ -0,0 +1,26 @@
+<macros>
+    <token name="@VERSION_SUFFIX@">0</token>
+    <token name="@TOOL_VERSION@">1.0.2</token>
+    <xml name="requirements">
+        <requirements>
+            <requirement type="package" version="@TOOL_VERSION@">cnv-phenopacket</requirement>
+        </requirements>
+    </xml>
+    <xml name="creators">
+        <creator>
+            <person givenName="Khaled" familyName="Jum'ah" url="https://github.com/khaled196" />
+            <person givenName="Krzysztof" familyName="Poterlowicz" url="https://github.com/poterlowicz-lab" />
+            <organization name="poterlowicz-lab" url="https://github.com/poterlowicz-lab" />
+        </creator>
+    </xml>
+    <xml name="citations">
+        <citations>
+            <citation type="bibtex">@misc{cnv-phenopacket,
+    author = {Khaled Jum'ah},
+    title = {{cnv-phenopacket}: Converts TSV metadata to Phenopacket JSON},
+    year = {2024},
+    version = {1.0.4},
+    url = {https://pypi.org/project/cnv-phenopacket/},}</citation>
+        </citations>
+    </xml>
+</macros>