Skip to content

Conversation

xeniorn
Copy link

@xeniorn xeniorn commented Apr 19, 2023

Changes behavior of pairaln (regarding requirements of presence of taxonomy files) when .idx database is used as input. This makes it possible to run pairing with indexed db alone (db.idx, db.idx_taxonomy, db.idx_mapping), without other files.

Previous behavior:
search_db (no idx):
requires search_db_taxonomy

search_db.idx:
requires search_db_taxonomy
requires search_db.idx_taxonomy

New behavior:
search_db (no idx):
requires search_db_taxonomy

search_db.idx:
requires search_db.idx_taxonomy

used, instead of requiring both .idx_mapping and _mapping
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant