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

test with smaller terminal width

parent 2805eb89
No related branches found
No related tags found
No related merge requests found
Pipeline #39609 failed
......@@ -85,7 +85,7 @@ def get_all_seqs(all_genomes, dname, dbpath, listdir, aldir, all_fams, quiet):
' ', progressbar.Counter(), "/{}".format(nbgen), ' (',
progressbar.Percentage(), ") - ", progressbar.Timer(), ' ',
progressbar.ETA()]
bar = progressbar.ProgressBar(widgets=widgets, max_value=nbgen, term_width=150).start()
bar = progressbar.ProgressBar(widgets=widgets, max_value=nbgen, term_width=79).start()
curnum = 1
for genome in all_genomes:
ge_gen = os.path.join(listdir, dname + "-getEntry_gen_" + genome + ".txt")
......
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