-------------------------------------------------------------------------------
+ Fixed installation incompatibility with pip 10.
+ Fixed duplicate newline issue on Windows.
+ All tools will no longer create empty pass or fail files if there are no
records meeting the appropriate criteria for output.
+ Most tools now allow explicit specification of the output file name via
the optional ``-o`` argument.
+ Added support for the AIRR standard TSV via the ``--format airr`` argument to
all relevant tools.
+ Replaced V, D and J ``BTOP`` columns with ``CIGAR`` columns in data standard.
+ Numerous API changes and internal structural changes to commandline tools.
AlignRecords:
+ Fixed a bug arising when space characters are present in the sequence
identifiers.
ConvertDb:
+ New tool.
+ Includes the airr and changeo subcommand to convert between AIRR and Change-O
formatted TSV files.
+ The genbank subcommand creates MiAIRR compliant files for submission to
GenBank/TLS.
+ Contains the baseline and fasta subcommands previously in ParseDb.
CreateGermlines
+ Changed character used to pad clonal consensus sequences from ``.`` to ``N``.
+ Changed tie resolution in clonal consensus from random V/J gene to
alphabetical by sequence identifier.
+ Added ``--df`` and ``-jf`` arguments for specifying D and J fields,
respectively.
+ Add initial sorting step with specifying ``--cloned`` so that clonally
ordered input is no longer required.
DefineClones:
+ Removed the chen2010 and ademokun2011 and made the previous bygroup
subcommand the default behavior.
+ Renamed the ``--f`` argument to ``--gf`` for consistency with other tools.
+ Added the arguments ``--vf`` and ``-jf`` to allow specification of
V and J call fields, respectively.
MakeDb:
+ Renamed ``--noparse`` argument to ``--asis-id``.
+ Added ``asis-calls`` argument to igblast subcommand to allow use with
non-standard gene names.
+ Added the ``GERMLINE_IMGT`` column to the default output.
+ Changed junction inference in igblast subcommand to use IgBLAST's CDR3
assignment for IgBLAST versions greater than or equal to 1.7.0.
+ Added a verification that the ``SEQUENCE_IMGT`` and ``JUNCTION`` fields
are in agreement for records to pass.
+ Changed behavior of the igblast subcommand's translation of the junction
sequence to truncate junction that are not multiples of 3, rather than
pad to a multiple of 3 (removes trailing X character).
+ The igblast subcommand will now fail records missing the required optional
fields ``subject seq``, ``query seq`` and ``BTOP``, rather than abort.
+ Fixed bug causing parsing of IgBLAST <= 1.4 output to fail.
ParseDb:
+ Added the merge subcommand which will combine TSV files.
+ All field arguments are now case sensitive to provide support for both
the Change-O and AIRR data standards.