LICENSE
README.md
pyproject.toml
tcrconvert/__init__.py
tcrconvert/build_lookup.py
tcrconvert/cli.py
tcrconvert/convert.py
tcrconvert/utils.py
tcrconvert.egg-info/PKG-INFO
tcrconvert.egg-info/SOURCES.txt
tcrconvert.egg-info/dependency_links.txt
tcrconvert.egg-info/entry_points.txt
tcrconvert.egg-info/requires.txt
tcrconvert.egg-info/top_level.txt
tcrconvert/data/human/lookup.csv
tcrconvert/data/human/lookup_from_adaptive.csv
tcrconvert/data/human/lookup_from_tenx.csv
tcrconvert/data/mouse/lookup.csv
tcrconvert/data/mouse/lookup_from_adaptive.csv
tcrconvert/data/mouse/lookup_from_tenx.csv
tcrconvert/data/rhesus/lookup.csv
tcrconvert/data/rhesus/lookup_from_adaptive.csv
tcrconvert/data/rhesus/lookup_from_tenx.csv
tcrconvert/examples/adaptive.tsv
tcrconvert/examples/customcols.csv
tcrconvert/examples/imgt.csv
tcrconvert/examples/tenx.csv
tcrconvert/examples/converted/custom2imgt.csv
tcrconvert/examples/converted/imgt2tenx.csv
tcrconvert/examples/converted/tenx2adapt.tsv
tcrconvert/examples/converted/tenx2adapt_rhesus.tsv
tcrconvert/examples/converted/tenx2imgt.csv
tcrconvert/examples/fasta_dir/lookup.csv
tcrconvert/examples/fasta_dir/lookup_from_adaptive.csv
tcrconvert/examples/fasta_dir/lookup_from_tenx.csv
tcrconvert/examples/fasta_dir/test_trav.fa
tcrconvert/examples/fasta_dir/test_trbv.fa
tests/test_build_lookup.py
tests/test_cli.py
tests/test_convert.py