PoonLab / OpenRDP

An open-source re-implementation of the RDP4 recombination detection program
GNU General Public License v3.0
45 stars 9 forks source link

Excessive text being printed to console #69

Open ArtPoon opened 8 months ago

ArtPoon commented 8 months ago

We should add a verbose option so that messages like Scanning triplet (x / n) are masked by default

ArtPoon commented 8 months ago

Another option is to use backspace characters to replace the printed line to update the progress messages (I think this requires using sys.stdout.write instead of print