comparison 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
comparison
equal deleted inserted replaced
-1:000000000000 0:d43117b98027
1 <macros>
2 <xml name="requirements">
3 <requirements>
4 <requirement type="package" version="@VERSION@">confindr</requirement>
5 <yield />
6 </requirements>
7 </xml>
8
9 <xml name="version_command">
10 <version_command><![CDATA[confindr.py --version]]></version_command>
11 </xml>
12
13 <token name="@VERSION@">0.7.2</token>
14
15 <token name="@INTYPES">
16 fastq.gz,fastqsanger.gz
17 </token>
18
19 <xml name="citations">
20 <citations>
21 <citation type="bibtex">
22 @article{low2019confindr,
23 title={ConFindr: rapid detection of intraspecies and cross-species contamination in bacterial whole-genome sequence data},
24 author={Low, Andrew J and Koziol, Adam G and Manninger, Paul A and Blais, Burton and Carrillo, Catherine D},
25 journal={PeerJ},
26 volume={7},
27 pages={e6995},
28 year={2019},
29 publisher={PeerJ Inc.}
30 }
31 </citation>
32 </citations>
33 </xml>
34 </macros>