view macros.xml @ 11:3743fd602fa9 draft default tip

planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/galaxytools-emc/tree/master/tools/dr-disco commit 183cebdfe3a34204fd8aa1c6dce6bf6514b94c2d
author erasmus-medical-center
date Fri, 03 Nov 2017 07:23:57 -0400
parents f2c70d589596
children
line wrap: on
line source

<macros>
    <xml name="requirements">
        <requirements>
            <requirement type="package" version="0.14.0">dr-disco</requirement>
            <yield/>
        </requirements>
    </xml>

    <token name="@TOOL_VERSION@">0.14.0</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>