diff macros.xml @ 0:9be5490bb681 draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cnv-vcf2json commit 7b5c842d3c006d2afd00aff1ef833f236a45dd3d
author iuc
date Wed, 24 Jul 2024 12:53:58 +0000
parents
children 6763389420f5
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/macros.xml	Wed Jul 24 12:53:58 2024 +0000
@@ -0,0 +1,26 @@
+<macros>
+    <token name="@VERSION_SUFFIX@">0.1</token>
+    <token name="@TOOL_VERSION@">1.1.0</token>
+    <xml name="requirements">
+        <requirements>
+            <requirement type="package" version="@TOOL_VERSION@">cnv-vcf2json</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-vcf2json,
+    author = {Khaled Jum'ah},
+    title = {{cnv-vcf2json}: Convert VCF Files to JSON Format},
+    year = {2024},
+    version = {1.0.4},
+    url = {https://pypi.org/project/cnv-vcf2json/},}</citation>
+        </citations>
+    </xml>
+</macros>