-------------------------------------------------------------------------------
Increased ``csv.field_size_limit`` in changeo.IO, ParseDb and DefineClones
to be able to handle files with larger number of UMIs in one field.
Renamed the fields ``N1_LENGTH`` to ``NP1_LENGTH`` and ``N2_LENGTH``
to ``NP2_LENGTH``.
CreateGermlines:
+ Added differentiation of the N and P regions the the ``REGION`` log field
if the N/P region info is present in the input file (eg, from the
``--junction`` argument to MakeDb-imgt). If the additional N/P region
columns are not present, then both N and P regions will be denoted by N,
as in previous versions.
+ Added the option 'regions' to the ``-g`` argument to create add the
``GERMLINE_REGIONS`` field to the output which represents the germline
positions as V, D, J, N and P characters. This is equivalent to the
``REGION`` log entry.
DefineClones:
+ Improved peformance significantly of the ``--act set`` grouping method in
the bygroup subcommand.
MakeDb:
+ Fixed a bug producing ``D_SEQ_START`` and ``J_SEQ_START`` relative to
``SEQUENCE_VDJ`` when they should be relative to ``SEQUENCE_INPUT``.
+ Added the argument ``--junction`` to the imgt subcommand to parse additional
junction information fields, including N/P region lengths and the D-segment
reading frame. This provides the following additional output fields:
``D_FRAME``, ``N1_LENGTH``, ``N2_LENGTH``, ``P3V_LENGTH``, ``P5D_LENGTH``,
``P3D_LENGTH``, ``P5J_LENGTH``.
+ The fields ``N1_LENGTH`` and ``N2_LENGTH`` have been renamed to accommodate
adding additional output from IMGT under the ``--junction`` flag. The new
names are ``NP1_LENGTH`` and ``NP2_LENGTH``.
+ Fixed a bug that caused the ``IN_FRAME``, ``MUTATED_INVARIANT`` and
``STOP`` field to be be parsed incorrectly from IMGT data.
+ Ouput from iHMMuneAlign can now be parsed via the ``ihmm`` subcommand.
Note, there is insufficient information returned by iHMMuneAlign to
reliably reconstruct germline sequences from the output using
CreateGermlines.
ParseDb:
+ Renamed the clip subcommand to baseline.