-
Notifications
You must be signed in to change notification settings - Fork 3
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
Misc improvements #390
base: main
Are you sure you want to change the base?
Misc improvements #390
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks sensible
logger.progress(f"{'alphatims':<15} : {alphatims.__version__:}") | ||
logger.progress(f"{'alpharaw':<15} : {alpharaw.__version__}") | ||
logger.progress(f"{'alphabase':<15} : {alphabase.__version__}") | ||
logger.progress(f"{'alphapeptdeep':<15} : {peptdeep.__version__}") | ||
logger.progress(f"{'directlfq':<15} : {directlfq.__version__}") | ||
logger.progress("===================================================") | ||
|
||
logger.progress("================= Pip Environment =================") | ||
pip_env = [ | ||
f"{dist.metadata['Name']}=={dist.version}" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I thought about using debug Level logging. Bit I guess it doesnt hurt to have this by default.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
you will never need this until you need it, so I would leave it on by default
what about the progress
level anyway? could this not be INFO?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The idea is that progress has the important stuff and is colored green so you can find it faster when checking output
some minor changes (consider them as suggestions)
see commit messages for details