biocore / wetlab-assistant

BSD 3-Clause "New" or "Revised" License
0 stars 2 forks source link

Task number #7

Open sjanssen2 opened 7 years ago

sjanssen2 commented 7 years ago

The script outputs some status information. I would add the number of the current sub-task plus the overall number of tasks to give the user a feeling of where the process currently is.

1 of 3: Reading input plate map file...
  Done.
2 of 3: Reading barcode sequence template file...
  Done.
3: of 3: Writing output mapping file...
  Done. Task completed.
josenavas commented 7 years ago

Or even better, using click's progress bars

mortonjt commented 7 years ago

Oh that's awesome! I didn't know about that feature before.

On Wed, Nov 2, 2016 at 10:58 AM, Jose Navas notifications@github.com wrote:

Or even better, using click's progress bars http://click.pocoo.org/5/utils/#showing-progress-bars

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/biocore/wetlab-assistant/issues/7#issuecomment-257947381, or mute the thread https://github.com/notifications/unsubscribe-auth/AD_a3fwu_itcLrpG9jT55B_mM97wslsVks5q6M9HgaJpZM4KmZz7 .

qiyunzhu commented 7 years ago

@josenavas That's a cool function! Thanks for letting us know! In this scenario it may be overkill, as the entire process should finish in a millisecond.