Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

make it so that pairaln requires only .idx_mapping if .idx input is used #694

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

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.

None yet

1 participant