compomics / Peptonizer2000

Confidence for taxonomic analysis in metaproteomics. Get ready to peptonize!
Apache License 2.0
1 stars 0 forks source link

Improvements to program output #3

Open SimonVandeVyver opened 2 weeks ago

SimonVandeVyver commented 2 weeks ago

During loop propagation, the program outputs 1000 times "Finished message loop iteration X / 1000". The output would be clearer if these lines overwrote each other.

pverscha commented 2 weeks ago

Thank you for the suggestion. Since multiple threads are outputting information at the same time, it is difficult to overwrite lines from the output. There are, however, some Python packages that handle this nicely and provide support for concurrent updates to progress bars printed to stdout.