We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When processing a fasta file for digests, if a file isn't found, the error message is:
OSError: Error processing FASTA file: Failed to open bed file.
This is hard-coding 'bed file' in a function that is used for things other than bed files.
The message needs to be made more generic.
The text was updated successfully, but these errors were encountered:
make error message more generic for missing file. Fix #106
de56f1a
add filepath to error. See #106
fc9880f
No branches or pull requests
When processing a fasta file for digests, if a file isn't found, the error message is:
This is hard-coding 'bed file' in a function that is used for things other than bed files.
The message needs to be made more generic.
The text was updated successfully, but these errors were encountered: