Skip to content
Snippets Groups Projects
Commit a65da7f6 authored by alapendr's avatar alapendr
Browse files

__main__.py: without #

parent c229c568
Branches
No related tags found
No related merge requests found
...@@ -22,14 +22,14 @@ def launcher(logging_level: str = "INFO"): ...@@ -22,14 +22,14 @@ def launcher(logging_level: str = "INFO"):
Create and fill the database Create and fill the database
""" """
logging_def(Config.db_file.parent, __file__, logging_level) logging_def(Config.db_file.parent, __file__, logging_level)
# logging.info('Database creation') logging.info('Database creation')
# main_create_db('DISABLE') main_create_db('DISABLE')
# logging.info('Filling cin_gene and cin_exon') logging.info('Filling cin_gene and cin_exon')
# main_fill_exon_n_gene('DISABLE') main_fill_exon_n_gene('DISABLE')
# logging.info('Filling splicing lore tables') logging.info('Filling splicing lore tables')
# fill_splicing_lore_data('DISABLE') fill_splicing_lore_data('DISABLE')
# logging.info('Filling frequency tables') logging.info('Filling frequency tables')
# fill_frequency_tables(Config.cpu, 'DISABLE') fill_frequency_tables(Config.cpu, 'DISABLE')
logging.info('Filling projects table') logging.info('Filling projects table')
fill_projects_table('DISABLE') fill_projects_table('DISABLE')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment