view macros.xml @ 7:6b87499054f6 draft

planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/galaxytools-emc/tree/master/tools/dr-disco commit 39fc49ee3ea0645de59259c1a3bc0d2f1fcdc23c
author erasmus-medical-center
date Thu, 14 Sep 2017 06:24:47 -0400
parents d58d99a070ce
children 922b52cf9b35
line wrap: on
line source

<macros>
    <xml name="requirements">
        <requirements>
            <requirement type="package" version="0.10.0">dr-disco</requirement>
            <yield/>
        </requirements>
    </xml>
    
    <token name="@TOOL_VERSION@">0.10.0-g2</token>

    <xml name="version_command">
        <version_command>dr-disco --version | head -n 1</version_command>
    </xml>

    <xml name="citations">
        <citations>
            <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>