LICENSE
MANIFEST.in
README.md
pyproject.toml
setup.py
mhcgnomes/__init__.py
mhcgnomes/__main__.py
mhcgnomes/allele.py
mhcgnomes/allele_annotations.py
mhcgnomes/allele_without_gene.py
mhcgnomes/class2_locus.py
mhcgnomes/cli.py
mhcgnomes/common.py
mhcgnomes/data.py
mhcgnomes/dataframe.py
mhcgnomes/errors.py
mhcgnomes/function_api.py
mhcgnomes/gene.py
mhcgnomes/haplotype.py
mhcgnomes/mhc_class.py
mhcgnomes/mhc_class_helpers.py
mhcgnomes/mutation.py
mhcgnomes/normalizing_dictionary.py
mhcgnomes/normalizing_set.py
mhcgnomes/pair.py
mhcgnomes/parser.py
mhcgnomes/parsing_helpers.py
mhcgnomes/result.py
mhcgnomes/result_sorting.py
mhcgnomes/result_with_gene.py
mhcgnomes/result_with_mhc_class.py
mhcgnomes/result_with_multiple_alleles.py
mhcgnomes/result_with_species.py
mhcgnomes/serotype.py
mhcgnomes/species.py
mhcgnomes/standard_format.py
mhcgnomes/supertype.py
mhcgnomes/token.py
mhcgnomes/token_canonical_sequences.py
mhcgnomes/token_substitution.py
mhcgnomes/tokenize.py
mhcgnomes/version.py
mhcgnomes.egg-info/PKG-INFO
mhcgnomes.egg-info/SOURCES.txt
mhcgnomes.egg-info/dependency_links.txt
mhcgnomes.egg-info/entry_points.txt
mhcgnomes.egg-info/requires.txt
mhcgnomes.egg-info/top_level.txt
mhcgnomes/data/allele_aliases.yaml
mhcgnomes/data/combine_allele_aliases.py
mhcgnomes/data/common_genes.yaml
mhcgnomes/data/curated_allele_aliases.yaml
mhcgnomes/data/default_alleles.yaml
mhcgnomes/data/gene_aliases.yaml
mhcgnomes/data/haplotypes.yaml
mhcgnomes/data/heterodimers.yaml
mhcgnomes/data/known_alleles.yaml
mhcgnomes/data/serotypes.yaml
mhcgnomes/data/serotypes_generated.yaml
mhcgnomes/data/species.yaml
mhcgnomes/data/supertypes.yaml
tests/test_Bofr.py
tests/test_allele.py
tests/test_allele_aliases.py
tests/test_allele_mutations.py
tests/test_allele_without_gene.py
tests/test_annotations.py
tests/test_bad_inputs.py
tests/test_cat.py
tests/test_cd1.py
tests/test_chicken.py
tests/test_class2_locus.py
tests/test_class2_pair.py
tests/test_cli.py
tests/test_cow.py
tests/test_dog.py
tests/test_edge_cases.py
tests/test_fish.py
tests/test_haplotype.py
tests/test_heterodimers.py
tests/test_horse.py
tests/test_human.py
tests/test_iedb_names.py
tests/test_imgt_hla_names.py
tests/test_ipd_mhc_names.py
tests/test_mhc_class_helpers.py
tests/test_mhc_class_parsing.py
tests/test_mouse.py
tests/test_mouse_qa_genes.py
tests/test_netmhciipan_3_1_alleles.py
tests/test_netmhcpan_3_0_alleles.py
tests/test_netmhcpan_4_0_alleles.py
tests/test_nhp.py
tests/test_nomenclature_from_literature.py
tests/test_nonsense_inputs.py
tests/test_normalizing_dictionary.py
tests/test_normalizing_set.py
tests/test_parser.py
tests/test_parser_edge_cases.py
tests/test_rat.py
tests/test_real_world_alleles.py
tests/test_serotype.py
tests/test_serotype_who_definitions.py
tests/test_serotypes_from_publications.py
tests/test_sheep.py
tests/test_species.py
tests/test_standard_format.py
tests/test_swine.py
tests/test_tokenize.py
tests/test_uniprot_descriptions.py
tests/test_workshop_alleles.py