diff --git a/CITATIONS b/CITATIONS new file mode 100644 index 00000000..e7e624a1 --- /dev/null +++ b/CITATIONS @@ -0,0 +1,19 @@ +# CITATIONS + +Please cite the following manuscript in your work, if you have found PYANI useful: + +Pritchard et al. (2016) "Genomics and taxonomy in diagnostics for food security: soft-rotting enterobacterial plant pathogens" Anal. Methods, 2016,8, 12-24 +DOI: 10.1039/C5AY02550H + +@Article{C5AY02550H, +author ="Pritchard, Leighton and Glover, Rachel H. and Humphris, Sonia and Elphinstone, John G. and Toth, Ian K.", +title ="Genomics and taxonomy in diagnostics for food security: soft-rotting enterobacterial plant pathogens", +journal ="Anal. Methods", +year ="2016", +volume ="8", +issue ="1", +pages ="12-24", +publisher ="The Royal Society of Chemistry", +doi ="10.1039/C5AY02550H", +url ="http://dx.doi.org/10.1039/C5AY02550H", +abstract ="Soft rot Enterobacteriaceae (SRE) are bacterial plant pathogens that cause blackleg{,} wilt and soft rot diseases on a broad range of important crop and ornamental plants worldwide. These organisms (spanning the genera Erwinia{,} Pectobacterium{,} Dickeya{,} and Pantoea) cause significant economic and yield losses in the field{,} and in storage. They are transmissible through surface water{,} by trade and other movement of plant material and soil{,} and in some cases are subject to international legislative and quarantine restrictions. Effective detection and diagnosis in support of food security legislation and epidemiology is dependent on the ability to classify pathogenic isolates precisely. Diagnostics and classification are made more difficult by the influence of horizontal gene transfer on phenotype{,} and historically complex and sometimes inaccurate nomenclatural and taxonomic assignments that persist in strain collections and online sequence databases. Here{,} we briefly discuss the relationship between taxonomy{,} genotype and phenotype in the SRE{,} and their implications for diagnostic testing and legislation. We present novel whole-genome classifications of the SRE{,} illustrating inconsistencies between the established taxonomies and evidence from completely sequenced isolates. We conclude with a perspective on the future impact of widespread whole-genome sequencing and classification methods on detection and identification of bacterial plant pathogens in support of legislative and policy efforts in food security."} \ No newline at end of file diff --git a/pyani/__init__.py b/pyani/__init__.py index 2dfd941e..5b3e752f 100644 --- a/pyani/__init__.py +++ b/pyani/__init__.py @@ -1,5 +1,5 @@ # python package version # should match r"^__version__ = '(?P[^']+)'$" for setup.py -__version__ = '0.2.1.dev' +__version__ = '0.2.2'