diff macros.xml @ 0:13d74ecaab08 draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/infercnv commit 7e7abdef47fdf68f3ca69b75a8477dabc7bfa965
author iuc
date Tue, 23 Jul 2024 15:42:52 +0000
parents
children 33d8666a465a
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/macros.xml	Tue Jul 23 15:42:52 2024 +0000
@@ -0,0 +1,23 @@
+<macros>
+    <token name="@TOOL_VERSION@">1.20.0</token>
+    <token name="@VERSION_SUFFIX@">0</token>
+    <token name="@PROFILE@">24.1</token>
+    <xml name="requirements">
+        <requirements>
+            <requirement type="package" version="@TOOL_VERSION@">bioconductor-infercnv</requirement>
+            <yield/>
+        </requirements>
+    </xml>
+    <xml name="citations">
+        <citations>
+            <citation type="bibtex">@Manual{github,
+                title = {inferCNV of the Trinity CTAT Project.},
+                author = {Timothy Tickle and Itay Tirosh and Christophe Georgescu and Maxwell Brown and Brian Haas},
+                organization = {Klarman Cell Observatory, Broad Institute of MIT and Harvard},
+                address = {Cambridge, MA, USA},
+                year = {2019},
+                url = {https://github.com/broadinstitute/inferCNV}}
+            </citation>
+        </citations>
+    </xml>
+</macros>