Skip to content

Commit da8b77b

Browse files
committed
[2025/2/28] [Small Change]
1 parent ee09dfb commit da8b77b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/import_utrdb.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ def add_data():
1010
import pandas as pd
1111

1212
arr = []
13-
with open(local_settings.MRNADESIGN_DATABASE + 'utrdb2_utr3/Pediculus_humanus.PhumU2.54.utrs', 'r') as file:
13+
with open(local_settings.MRNADESIGN_DATABASE + 'utrdb2/Pediculus_humanus.PhumU2.54.utrs', 'r') as file:
1414
L = file.readlines()
1515
for l in L:
1616
if l.startswith('#'):

0 commit comments

Comments
 (0)