diff --git a/library/extaxsi/ExTaxsI_library.py b/library/extaxsi/ExTaxsI_library.py index f18039f..cc2b898 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) - exit() + return 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 43972d7..1a1427b 100644 --- a/library/setup.py +++ b/library/setup.py @@ -3,7 +3,7 @@ setup( name = 'extaxsi', packages = ['extaxsi'], - version = '0.3.8', + version = '0.3.9', license='MIT', description = 'Extaxsi is a bioinformatic library aimed to elaborate and visualize molecular and taxonomic informations', long_description="""ExTaxsI functions \n