Mercurial > repos > iuc > variant_analyzer
diff va_macros.xml @ 1:3556001ff2db draft
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/variant_analyzer commit 60dc8db809909edf44d662683b1f392b9d5964bf"
author | iuc |
---|---|
date | Wed, 04 Dec 2019 16:21:17 -0500 |
parents | 8d29173d49a9 |
children | 3f1dbd2c59bf |
line wrap: on
line diff
--- a/va_macros.xml Wed Nov 20 17:47:35 2019 -0500 +++ b/va_macros.xml Wed Dec 04 16:21:17 2019 -0500 @@ -1,13 +1,20 @@ <macros> <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> -</macros> \ No newline at end of file + <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> + <requirement type="package" version="0.15">pysam</requirement> + <yield/> + </requirements> + </xml> +</macros>