-------------------------------------------------------------------------------
Conversion to a proper Python package which uses pip and setuptools for
installation.
The package now requires Python 3.4. Python 2.7 is not longer supported.
The required dependency versions have been bumped to numpy 1.9, scipy 0.14,
pandas 0.16 and biopython 1.65.
DbCore:
+ Divided DbCore functionality into the separate modules: Defaults, Distance,
IO, Multiprocessing and Receptor.
IgCore:
+ Remove IgCore in favor of dependency on pRESTO >= 0.5.0.
AnalyzeAa:
+ This tool was removed. This functionality has been migrated to the alakazam
R package.
DefineClones:
+ Added ``--sf`` flag to specify sequence field to be used to calculate
distance between sequences.
+ Fixed bug in wherein sequences with missing data in grouping columns
were being assigned into a single group and clustered. Sequences with
missing grouping variables will now be failed.
+ Fixed bug where sequences with "None" junctions were grouped together.
GapRecords:
+ This tool was removed in favor of adding IMGT gapping support to igblast
subcommand of MakeDb.
MakeDb:
+ Updated IgBLAST parser to create an IMGT gapped sequence and infer the
junction region as defined by IMGT.
+ Added the ``--regions`` flag which adds extra columns containing FWR and CDR
regions as defined by IMGT.
+ Added support to imgt subcommand for the new IMGT/HighV-QUEST compression
scheme (.txz files).