Mercurial > repos > iuc > variant_analyzer
diff va_macros.xml @ 1:833d9e71b864 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 21:20:55 +0000 |
| parents | 5441e79a30f2 |
| children | 18fcf8017300 |
line wrap: on
line diff
--- a/va_macros.xml Wed Nov 20 22:47:11 2019 +0000 +++ b/va_macros.xml Wed Dec 04 21:20:55 2019 +0000 @@ -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>
