-
Notifications
You must be signed in to change notification settings - Fork 2
Description
Dear Chris,
I am trying to run epitopedia, but have come up with an error I can't figure out. I ran the following (as well as several variations):
python3 Epitopedia/docker/run_epitopedia.py
/mnt/e/Epitopedia/output/
/mnt/e/mmCIF/vh/
/mnt/e/EpitopediaDB/epitopedia_data/
--afdb-dir /mnt/e/AFhuman/
--PDB-IDS 6VH6
--taxid-filter 10376
And received the error:
Traceback (most recent call last):
File "/usr/local/bin/run_epitopedia", line 33, in
sys.exit(load_entry_point('Epitopedia==1.1', 'console_scripts', 'run_epitopedia')())
File "/usr/local/lib/python3.9/site-packages/Epitopedia-1.1-py3.9.egg/epitopedia/run_epitopedia.py", line 42, in main
IndexError: list index out of range
Would you be able to help me figure out what this means and how to resolve it?
Many thanks,
Luke