# HG changeset patch # User peterjc # Date 1417002863 18000 # Node ID 236046d1d44154f36379320591b2672685f19ae6 # Parent 939a600f45e9a009ab8d0249b6febfbf7b9262c0 Uploaded v0.0.19a, README tweaks diff -r 939a600f45e9 -r 236046d1d441 README.rst --- a/README.rst Wed Mar 19 10:51:02 2014 -0400 +++ b/README.rst Wed Nov 26 06:54:23 2014 -0500 @@ -1,10 +1,9 @@ Galaxy datatypes for NCBI BLAST+ suite ====================================== -These Galaxy datatypes are copyright 2010-2013 by Peter Cock, The James Hutton -Institute (formerly SCRI, Scottish Crop Research Institute), UK. All rights reserved. -Contributions/revisions copyright 2012 Edward Kirton. All rights reserved. -Contributions/revisions copyright 2013 Nicola Soranzo. All rights reserved. +These Galaxy datatypes are copyright 2010-2014 by Peter Cock (The James Hutton +Institute, UK) and additional contributors including Edward Kirton, Nicola +Soranzo, and Bjoern Gruening. See the licence text below. @@ -29,7 +28,7 @@ ------- ---------------------------------------------------------------------- v0.0.11 - Final revision as part of the Galaxy main repository, and the first release via the Tool Shed -v0.0.13 - Uses blast.py instead of xml.py to define the datatypes +v0.0.13 - Uses ``blast.py`` instead of ``xml.py`` to define the datatypes v0.0.14 - Includes datatypes for protein and nucleotide BLAST databases (``blastdbp`` and ``blastdbn``, based on work by Edward Kirton) v0.0.15 - Fixes a MetadataElement bug and includes more of the optional @@ -39,6 +38,7 @@ - Development moved to GitHub, https://github.com/peterjc/galaxy_blast - Nucleotide database definition aware of MegaBLAST index superheader v0.0.17 - Add ``maskinfo-asn1`` and ``maskinfo-asn1-binary`` sub-datatypes + (contribution from Nicola Soranzo) v0.0.18 - Add retries to BLAST XML merge code. - Modify display_data method to allow unit tests to function. v0.0.19 - Add ``blastdbp`` datatype for BLAST protein domain databases, for use