comparison 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
comparison
equal deleted inserted replaced
-1:000000000000 0:fca9c1ace23c
1 <macros>
2 <xml name="requirements">
3 <requirements>
4 <requirement type="package" version="0.2.0">dr-disco</requirement>
5 <yield/>
6 </requirements>
7 </xml>
8
9 <token name="@TOOL_VERSION@">0.2.0</token>
10
11 <xml name="version_command">
12 <version_command>dr-disco --version | head -n 1</version_command>
13 </xml>
14
15 <xml name="citations">
16 <citations>
17 <!--<citation type="doi"></citation>-->
18 <citation type="bibtex">
19 @unpublished{dr_disco,
20 author = {Youri Hoogstrate},
21 title = {Dr. Disco: detecting genomic breakpoints of TMPRSS2-ERG in prostate cancer using RNA-Seq data only},
22 url = {https://github.com/yhoogstrate/dr-disco}
23 }
24 </citation>
25 <yield />
26 </citations>
27 </xml>
28 </macros>