view fsd_macros.xml @ 1:ec5a92514113 draft

"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fsd commit 2f7a8781ec284b6fefe162416786d374c032e441"
author iuc
date Wed, 04 Dec 2019 16:32:40 -0500
parents 7fc3c8704c05
children
line wrap: on
line source

<macros>
    <token name="@ESCAPE_IDENTIFIER@"><![CDATA[#silent import re#'#echo re.sub('[^\s\w\-\.]', '_', str($file.element_identifier))#']]></token>
    <xml name="citation">
    <citations>
        <citation type="bibtex">
            @misc{duplex,
            author = {Povysil, Gundula and Heinzl, Monika and Salazar, Renato and Stoler, Nicholas and Nekrutenko, Anton and Tiemann-Boege, Irene},
            year = {2019},
            title = {{Variant Analyzer: a quality control for variant calling in duplex sequencing data (manuscript)}}
         }
        </citation>
    </citations>
    </xml>

    <xml name="requirements">
    <requirements>
        <requirement type="package" version="3.1.2">matplotlib</requirement>
        <yield/>
    </requirements>
    </xml>
</macros>