We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee09dfb commit da8b77bCopy full SHA for da8b77b
scripts/import_utrdb.py
@@ -10,7 +10,7 @@ def add_data():
10
import pandas as pd
11
12
arr = []
13
- with open(local_settings.MRNADESIGN_DATABASE + 'utrdb2_utr3/Pediculus_humanus.PhumU2.54.utrs', 'r') as file:
+ with open(local_settings.MRNADESIGN_DATABASE + 'utrdb2/Pediculus_humanus.PhumU2.54.utrs', 'r') as file:
14
L = file.readlines()
15
for l in L:
16
if l.startswith('#'):
0 commit comments