diff macros.xml @ 1:9495360713d4 draft

planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/galaxytools-emc/tree/master/tools/dr-disco commit 6ca895dfcaa94693a54a90716d669d9488bee45b
author erasmus-medical-center
date Thu, 16 Mar 2017 04:24:23 -0400
parents fca9c1ace23c
children 173ca9768e22
line wrap: on
line diff
--- a/macros.xml	Wed Jan 25 08:06:06 2017 -0500
+++ b/macros.xml	Thu Mar 16 04:24:23 2017 -0400
@@ -1,12 +1,12 @@
 <macros>
     <xml name="requirements">
         <requirements>
-            <requirement type="package" version="0.2.0">dr-disco</requirement>
+            <requirement type="package" version="0.3.4">dr-disco</requirement>
             <yield/>
         </requirements>
     </xml>
     
-    <token name="@TOOL_VERSION@">0.2.0</token>
+    <token name="@TOOL_VERSION@">0.3.4</token>
 
     <xml name="version_command">
         <version_command>dr-disco --version | head -n 1</version_command>
@@ -15,13 +15,13 @@
     <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>
+            <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>