Skip to content
New issue

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

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

Already on GitHub? # to your account

Improve error handling for missing input genomes and reference databases. #130

Merged
merged 2 commits into from
Sep 18, 2024

Conversation

njohner
Copy link
Contributor

@njohner njohner commented Sep 18, 2024

With this PR we add a process to the beginning of the annotation pipeline to check the presence of the necessary reference databases. We also ensure that all the input genome files exist and are accessible. For both cases we raise specific errors that should make it clear what the issue is. This was not the case before with errors that could be rather cryptic.

Closes #128

Checklist

  • Changelog entry
  • Check that tests still pass
  • Add tests for new features and regression tests for bugfixes whenever possible.

@njohner njohner merged commit c483eda into master Sep 18, 2024
@njohner njohner deleted the nj/check_input branch September 18, 2024 08:25
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Improve error handling for missing/inaccessible files
1 participant