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

__main__.py: update with the filling of the projects table

parent d95d4c87
No related branches found
No related tags found
No related merge requests found
......@@ -14,6 +14,7 @@ from .fill_splicing_lore_tables import fill_splicing_lore_data
from .frequency_scripts.create_n_fill_exon_frequency_file import \
fill_frequency_tables
import logging
from projects_metadata/get_fill_metadata import fill_projects_table
def launcher(logging_level: str = "INFO"):
......@@ -29,6 +30,8 @@ def launcher(logging_level: str = "INFO"):
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')
launcher(logging_level="DEBUG")
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