Mercurial > repos > erasmus-medical-center > dr_disco
view macros.xml @ 3:5348cfd3ba5c draft
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/galaxytools-emc/tree/master/tools/dr-disco commit b6ccc6d8a9a9061207040561b494b7cf2ee3f885
author | erasmus-medical-center |
---|---|
date | Thu, 10 Aug 2017 05:38:27 -0400 |
parents | 173ca9768e22 |
children | 3de621c44cf9 |
line wrap: on
line source
<macros> <xml name="requirements"> <requirements> <requirement type="package" version="0.9.0">dr-disco</requirement> <yield/> </requirements> </xml> <token name="@TOOL_VERSION@">0.9.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>