view macros.xml @ 25:bf27106652f3 draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/freebayes commit 2bfbb5ae6b801e43355fdc3f964a5111fe3fe3a1
author iuc
date Wed, 08 Feb 2017 12:45:05 -0500
parents
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>