Metadata-Version: 2.1
Name: receptor-digger
Version: 0.5.5
Summary: Tools for de novo discovery of genomic germline IG and TR receptor sequences
Home-page: https://github.com/williamdlees/digger
Author: William Lees
Author-email: william@lees.org.uk
Project-URL: Bug Tracker, https://github.com/williamdlees/digger/issues
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: European Union Public Licence 1.2 (EUPL 1.2)
Classifier: Operating System :: OS Independent
Requires-Python: >=3.9
Description-Content-Type: text/markdown
Requires-Dist: biopython
Requires-Dist: receptor-utils
Requires-Dist: matplotlib-venn

# Digger
A toolkit for the automatic annotation of V,D and J genes and associated features in IG receptor genomic loci.

For more details, please see the [documentation](https://williamdlees.github.io/digger/index.html).

Changes in v 0.5.5:
- speed optimisation for dig_sequence
- allow find_alignments to be called without a -ref parameter

Changes in V 0.5.4:
- Minor fixes to handling of non-functional sequences

Changes in V 0.5.3:
- Fixes to annotation in reverse-sense: false positives were not being filtered correctly
- Introduction of dig_sequence: targeted annotation of an identified sequence

Changes in V 0.5.1:
- (internal only) - Refactored elements of the code to make it more modular and easier to maintain.
