Skip to content
Snippets Groups Projects
Commit 407d1f34 authored by Amandine  PERRIN's avatar Amandine PERRIN
Browse files

Shorten progressbar title

parent 4163b153
No related branches found
No related tags found
No related merge requests found
...@@ -80,7 +80,7 @@ def get_all_seqs(all_genomes, dname, dbpath, listdir, aldir, all_fams, quiet): ...@@ -80,7 +80,7 @@ def get_all_seqs(all_genomes, dname, dbpath, listdir, aldir, all_fams, quiet):
bar = None bar = None
curnum = 1 curnum = 1
if not quiet: if not quiet:
widgets = ['Gene and Protein extraction:', widgets = ['Extraction:',
progressbar.Bar(marker='', left='', right='', fill=' '), progressbar.Bar(marker='', left='', right='', fill=' '),
' ', progressbar.Counter(), "/{}".format(nbgen), ' (', ' ', progressbar.Counter(), "/{}".format(nbgen), ' (',
progressbar.Percentage(), ") - ", progressbar.Timer(), ' ', progressbar.Percentage(), ") - ", progressbar.Timer(), ' ',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment