Skip to content
Snippets Groups Projects
Commit 6fd7df3d authored by nfontrod's avatar nfontrod
Browse files

src/db_utils/creation_of_exon_table.py -> src/db_utils/fill_exon_n_gene_table.py

parent 3add4001
Branches
Tags
No related merge requests found
......@@ -9,7 +9,7 @@ Description: Populate the gin database
from .config import Config
from ..logging_conf import logging_def
from .db_creation import main_create_db
from .creation_of_exon_table import main_fill_exon_n_gene
from .fill_exon_n_gene_table import main_fill_exon_n_gene
# from .create_freq_table import create_freq_table
# from .populate_database import populate
import logging
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment