view macros.xml @ 26:a028d13cd860 draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/freebayes commit 0c59a0b32e4875120e697951a187b81c662bc39c
author iuc
date Thu, 04 May 2017 11:34:13 -0400
parents bf27106652f3
children 9f164587a92f
line wrap: on
line source

<macros>
    <token name="@DEPENDENCY_VERSION@">1.0.2.29</token>

    <xml name="citations">
        <citations>
            <citation type="bibtex">
              @misc{1207.3907,
                  Author = {Erik Garrison},
                  Title = {Haplotype-based variant detection from short-read sequencing},
                  Year = {2012},
                  Eprint = {arXiv:1207.3907},
                  url = {http://arxiv.org/abs/1207.3907}
              }
            </citation>
        </citations>
    </xml>
    
    <xml name="par_min_cov">
        <param name="min_coverage" type="integer" value="0" label="Require at least this coverage to process a site"
               help="default=0" argument="--coverage" />
    </xml>
</macros>