-------------------------------------------------------------------------------
BuildTrees:
+ Added capability of running IgPhyML on outputted data (``--igphyml``) and
support for passing IgPhyML arguments through BuildTrees.
+ Added the ``--clean`` argument to force deletion of all intermediate files
after IgPhyML execution.
+ Added the ``--format`` argument to allow specification input and output of
either the Change-O standard (``changeo``) or AIRR Rearrangement standard
(``airr``).
CreateGermlines:
+ Fixed a bug causing incorrect reporting of the germline format in the
console log.
ConvertDb:
+ Removed requirement for the ``NP1_LENGTH`` and ``NP2_LENGTH`` fields from
the genbank subcommand.
DefineClones:
+ Fixed a biopython warning arising when applying ``--model aa`` to junction
sequences that are not a multiple of three. The junction will now be
padded with an appropriate number of Ns (usually resulting in a translation
to X).
MakeDb:
+ Added the ``--10x`` argument to all subcommands to support merging of
Cell Ranger annotation data, such as UMI count and C-region assignment,
with the output of the supported alignment tools.
+ Added inference of the receptor locus from the alignment data to all
subcommands, which is output in the ``LOCUS`` field.
+ Combined the extended field arguments of all subcommands (``--scores``,
``--regions``, ``--cdr3``, and ``--junction``) into a single ``--extended``
argument.
+ Removed parsing of old IgBLAST v1.5 CDR3 fields
(``CDR3_IGBLAST``, ``CDR3_IGBLAST_AA``).