a-r-j / graphein

Protein Graph Library
https://graphein.ai/
MIT License
1.03k stars 131 forks source link

Quiet mode for loading protein models #238

Closed davidfstein closed 1 year ago

davidfstein commented 1 year ago

Is your feature request related to a problem? Please describe. My use case involves loading many proteins. Unfortunately, the progress meters displayed by graphein don't interact nicely with the messages or progress trackers I might choose to include when loading these proteins.

Describe the solution you'd like Add an optional quiet mode to construct_graph (e.g. verbose=0)

Describe alternatives you've considered An alternative would be to remove the carriage returns so that the progress meters don't overwrite other printed info, but I think this would not be optimal.

Additional context Happy to write a pull for this

a-r-j commented 1 year ago

Go ahead with the PR, I think this makes sense. Thanks for picking it up!