gitextract_q5oqd4l8/ ├── .gitignore ├── Example_scripts_and_sequences/ │ ├── 12e8.fasta │ ├── ImmunoPDB.py │ ├── anarci_API_example.py │ ├── antibody_sequences.fasta │ ├── lysozyme.fasta │ └── run_numbering_benchmark.sh ├── INSTALL ├── LICENCE ├── LICENCE_MUSCLE ├── README.md ├── bin/ │ ├── ANARCI │ ├── muscle │ └── muscle_macOS ├── build_pipeline/ │ ├── FastaIO.py │ ├── FormatAlignments.py │ ├── RUN_pipeline.sh │ ├── RipIMGT.py │ ├── __init__.py │ └── test.csv_H.csv ├── lib/ │ └── python/ │ └── anarci/ │ ├── __init__.py │ ├── anarci.py │ └── schemes.py ├── requirements.txt └── setup.py