diff --git a/PanACoTA/annotate_module/annotation_functions.py b/PanACoTA/annotate_module/annotation_functions.py index 523147baf235ec9c94253dd4456d3dfe551483ba..41497d50e66a945b928d9e705adf4dd180a07e92 100755 --- a/PanACoTA/annotate_module/annotation_functions.py +++ b/PanACoTA/annotate_module/annotation_functions.py @@ -106,7 +106,7 @@ def run_annotation_all(genomes, threads, force, annot_folder, prodigal_only=Fals progressbar.Percentage(), ') - ', progressbar.Timer(), ' - ' ] bar = progressbar.ProgressBar(widgets=widgets, max_value=nbgen, - term_width=100).start() + term_width=79).start() # Get resource availability: # - number of threads used by prokka/prodigal (cores_annot) # - how many genomes can be annotated at the same time (pool_size) diff --git a/setup.cfg b/setup.cfg index 31c12f66dd6ef32e7acbf6250f9b17e202cef9a4..0fb01daca43b537a5d84e8101e90f293f8fe47cf 100755 --- a/setup.cfg +++ b/setup.cfg @@ -7,7 +7,8 @@ max-line-length = 100 [tool:pytest] junit_family=legacy -addopts = --cov-report=html --cov-report=xml --cov PanACoTA --mpl --cov-append +addopts = --cov-report=html --cov-report=xml --cov PanACoTA --mpl +# --cov-append # add option for junit tests report --junitxml=junit_tests.xml # add option if coverage must be added to previous one --cov-append # add option to get report in terminal --cov-report=term