view macros.xml @ 2:173ca9768e22 draft

planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/galaxytools-emc/tree/master/tools/dr-disco commit d29f5735b74a3919e6fc16c10435867ed4450576
author erasmus-medical-center
date Fri, 28 Apr 2017 03:56:08 -0400
parents 9495360713d4
children 5348cfd3ba5c
line wrap: on
line source

<macros>
    <xml name="requirements">
        <requirements>
            <requirement type="package" version="0.6.0">dr-disco</requirement>
            <yield/>
        </requirements>
    </xml>
    
    <token name="@TOOL_VERSION@">0.6.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>