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 creating a CudaPoaBatch object a default logger is initialized and outputs to stderr.
CudaPoaBatch
stderr
>>> from genomeworks.cudapoa import CudaPoaBatch >>> CudaPoaBatch(1000, 1000, 3724032) GenomeWorks logger not initialized yet. Initializing default logger now. Initialized GenomeWorks logger with log level ERROR
Can the logger be initialized from Python with a stream to avoid this output?
The text was updated successfully, but these errors were encountered:
cudapoa also outputs to stdout which can go unseen and corrupt output formats (fastx, sam, ect).
Sorry, something went wrong.
@ohadmo @EpiSlim can we add an option to disable logging completely?
vellamike
ohadmo
No branches or pull requests
When creating a
CudaPoaBatch
object a default logger is initialized and outputs tostderr
.Can the logger be initialized from Python with a stream to avoid this output?
The text was updated successfully, but these errors were encountered: