Mercurial > repos > dfornika > confindr
diff macros.xml @ 0:d43117b98027 draft
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/confindr/ commit 9e41ac63171c3e3a6fd2b4d018d0c60c9f1fbae1"
author | dfornika |
---|---|
date | Fri, 31 Jan 2020 18:28:41 +0000 |
parents | |
children | 627b2e75b1ad |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/macros.xml Fri Jan 31 18:28:41 2020 +0000 @@ -0,0 +1,34 @@ +<macros> + <xml name="requirements"> + <requirements> + <requirement type="package" version="@VERSION@">confindr</requirement> + <yield /> + </requirements> + </xml> + + <xml name="version_command"> + <version_command><![CDATA[confindr.py --version]]></version_command> + </xml> + + <token name="@VERSION@">0.7.2</token> + + <token name="@INTYPES"> + fastq.gz,fastqsanger.gz + </token> + + <xml name="citations"> + <citations> + <citation type="bibtex"> + @article{low2019confindr, + title={ConFindr: rapid detection of intraspecies and cross-species contamination in bacterial whole-genome sequence data}, + author={Low, Andrew J and Koziol, Adam G and Manninger, Paul A and Blais, Burton and Carrillo, Catherine D}, + journal={PeerJ}, + volume={7}, + pages={e6995}, + year={2019}, + publisher={PeerJ Inc.} + } + </citation> + </citations> + </xml> +</macros>