Skip to content
Snippets Groups Projects
Commit 1dda100c authored by nfontrod's avatar nfontrod
Browse files

src/db_utils/config.py: deletion of unused import and deletion of comment lines

parent 6fd7df3d
No related merge requests found
......@@ -7,9 +7,6 @@ Description: Configuration class
"""
from pathlib import Path
from typing import Dict, Any
import logging
import logging.config
class Config:
......@@ -20,12 +17,4 @@ class Config:
tables = ["cin_gene", "cin_exon", "cin_frequency", "cin_interaction"]
bed_exon = Path(__file__).parents[2] / 'data' / 'bed' / 'exon.bed'
bed_gene = Path(__file__).parents[2] / 'data' / 'bed' / 'gene.bed'
# bed_orf = Path(__file__).parents[1] / "data" / "exon_orf.bed"
# bed_exon_freq = Path(__file__).parents[1] / "data" / "exon_freq.bed"
# output = Path(__file__).parents[2] / "results"
# exon_intern = Path(__file__).parents[1] / "data" / "exon_intern.bed"
# ctrl_exon_file = output / "CTRL_exons.txt"
# exon_file = output / "exons.txt"
# gene_file = Path(__file__).parents[1] / "data" / "genes.csv"
# frequency_file = output / "frequency.txt"
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