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

__main__.py: without #

parent c229c568
No related branches found
No related tags found
No related merge requests found
......@@ -22,14 +22,14 @@ def launcher(logging_level: str = "INFO"):
Create and fill the database
"""
logging_def(Config.db_file.parent, __file__, logging_level)
# logging.info('Database creation')
# main_create_db('DISABLE')
# logging.info('Filling cin_gene and cin_exon')
# main_fill_exon_n_gene('DISABLE')
# logging.info('Filling splicing lore tables')
# fill_splicing_lore_data('DISABLE')
# logging.info('Filling frequency tables')
# fill_frequency_tables(Config.cpu, 'DISABLE')
logging.info('Database creation')
main_create_db('DISABLE')
logging.info('Filling cin_gene and cin_exon')
main_fill_exon_n_gene('DISABLE')
logging.info('Filling splicing lore tables')
fill_splicing_lore_data('DISABLE')
logging.info('Filling frequency tables')
fill_frequency_tables(Config.cpu, 'DISABLE')
logging.info('Filling projects table')
fill_projects_table('DISABLE')
......
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