Skip to content

Commit

Permalink
fix models dir
Browse files Browse the repository at this point in the history
  • Loading branch information
mehrdadbakhtiari committed Mar 19, 2018
1 parent 698232f commit 07e6da4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion advntr/reference_vntr.py
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ def identify_homologous_vntrs(vntrs, chromosome=None):
def load_unique_vntrs_data():
import sqlite3
vntrs = []
db_file = TRAINED_MODELS_DB
db_file = settings.TRAINED_MODELS_DB
db = sqlite3.connect(db_file)
cursor = db.cursor()
cursor.execute('''SELECT id, nonoverlapping, chromosome, ref_start, gene_name, annotation, pattern, left_flanking,
Expand Down

0 comments on commit 07e6da4

Please sign in to comment.