From 2755e16e79f4a51691dc6d52cac421e40fd005b8 Mon Sep 17 00:00:00 2001 From: albertobrusati Date: Thu, 20 Jan 2022 12:16:55 +0100 Subject: [PATCH] bugfix --> typo escape --- library/extaxsi/ExTaxsI_library.py | 2 +- library/setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/library/extaxsi/ExTaxsI_library.py b/library/extaxsi/ExTaxsI_library.py index db5e34f..f18039f 100644 --- a/library/extaxsi/ExTaxsI_library.py +++ b/library/extaxsi/ExTaxsI_library.py @@ -2128,7 +2128,7 @@ def db_creation(text_search = None, if counter_query == 0: print("\nNo results found with this query: %s\nMaybe a typo?\n" % text_search) - break + exit() else: print("\nThe number of sequence found is: {0}{2}{1}".format(color.GREEN, color.END, diff --git a/library/setup.py b/library/setup.py index ae99aa6..43972d7 100644 --- a/library/setup.py +++ b/library/setup.py @@ -3,7 +3,7 @@ setup( name = 'extaxsi', packages = ['extaxsi'], - version = '0.3.7', + version = '0.3.8', license='MIT', description = 'Extaxsi is a bioinformatic library aimed to elaborate and visualize molecular and taxonomic informations', long_description="""ExTaxsI functions \n