diff macros.xml @ 0:fca9c1ace23c draft

planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/galaxytools-emc/tree/master/tools/dr-disco commit a6e0161a14202e3fc166b3cf8ecbafed54ec403a
author erasmus-medical-center
date Wed, 25 Jan 2017 08:06:06 -0500
parents
children 9495360713d4
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/macros.xml	Wed Jan 25 08:06:06 2017 -0500
@@ -0,0 +1,28 @@
+<macros>
+    <xml name="requirements">
+        <requirements>
+            <requirement type="package" version="0.2.0">dr-disco</requirement>
+            <yield/>
+        </requirements>
+    </xml>
+    
+    <token name="@TOOL_VERSION@">0.2.0</token>
+
+    <xml name="version_command">
+        <version_command>dr-disco --version | head -n 1</version_command>
+    </xml>
+
+    <xml name="citations">
+        <citations>
+            <!--<citation type="doi"></citation>-->
+        <citation type="bibtex">
+           @unpublished{dr_disco,
+              author = {Youri Hoogstrate},
+              title  = {Dr. Disco: detecting genomic breakpoints of TMPRSS2-ERG in prostate cancer using RNA-Seq data only},
+              url    = {https://github.com/yhoogstrate/dr-disco}
+            }
+        </citation>
+            <yield />
+        </citations>
+    </xml>
+</macros>
\ No newline at end of file