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
lib/perf_metrics.hh:struct InvalidPerformanceMetricsKey : public std:: exception { lib/khmer.hh:struct InvalidStreamBuffer : public std:: exception { lib/khmer.hh:class khmer_file_exception : public std::exception lib/read_parsers.hh:struct CacheSegmentUnavailable : public std:: exception { lib/read_parsers.hh:struct CacheSegmentBoundaryViolation : public std:: exception { lib/read_parsers.hh:struct InvalidCacheSizeRequested : public std:: exception { lib/read_parsers.hh:struct NoMoreReadsAvailable : public std:: exception { lib/read_parsers.hh:struct UnknownPairReadingMode : public std:: exception { lib/read_parsers.hh:struct InvalidReadPair : public std:: exception { lib/thread_id_map.hh:struct InvalidNumberOfThreadsRequested : public std:: exception { lib/thread_id_map.hh:struct TooManyThreads : public std:: exception {
This is good from an API standpoint and helps us in the Python glue code
The text was updated successfully, but these errors were encountered:
I'm working in this issue as part of the ScienceLab Sprint.
Sorry, something went wrong.
Great. The common base exception should also be the base for khmer::khmer_file_exception
This was completed in #554
No branches or pull requests
This is good from an API standpoint and helps us in the Python glue code
The text was updated successfully, but these errors were encountered: