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

Shorten progressbar title

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