Closed Jwebster89 closed 3 years ago
Hello @Jwebster89 , thanks for reporting!
The issue should be fixed. ReferenceSeeker now sets a default organism
strings to 'NA' if no organism name is provided.
A patch release is out - it should make its way through the CD (PyPI/Docker/BioConda) soon.
I close the issue for now - please do not hesitate to reopen it, if the issue should somehow remain. Best regards!
When running referenceseeker 1.6.3 (installed with conda) with a custom database I received an "IndexError: list index out of range".
I imported my genomes into the database without using the optional --organism flag and received this error. After checking the custom db.tsv and the util.py, it looks like I might have needed something in the name column other than the default "". Re-ran the database import with the --organism flag and it appears to be working now.