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

MRG: index should error out if no sigs to index #267

Merged
merged 1 commit into from
Mar 7, 2024
Merged

Conversation

bluegenes
Copy link
Contributor

@bluegenes bluegenes commented Mar 7, 2024

index has been failing silently if there are no signatures to index by producing a rocksdb database that is just empty of sigs. It's been quite frustrating with issues arising from protein databases with pre-0.9.0 (aka incorrect) manifests :).

This PR changes index to Error out if there are no sigs to index.

I thought this had been handled as per #207, but regardless, it is fixed here.

@ctb
Copy link
Collaborator

ctb commented Mar 7, 2024

Might be good to track down why #197 didn't fix it? :)

@bluegenes
Copy link
Contributor Author

bluegenes commented Mar 7, 2024

I think I'll merge this and then leave the larger changes now discussed in #207 to a different PR

@bluegenes bluegenes merged commit 89ab51f into main Mar 7, 2024
1 check passed
@bluegenes bluegenes deleted the index-err branch March 7, 2024 20:52
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.

2 participants