Skip to content

Commit 96dbcea

Browse files
Update predict.py
1 parent 4a30b7f commit 96dbcea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

predict.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ def main():
138138
if model_name=="MLAM": # for ML additive model
139139

140140
# read all motifs from table
141-
motifs_table = pd.read_csv("Model Evaluation/Datasets/Unilib_Motifs_info.csv")
141+
motifs_table = pd.read_csv("Model_Evaluation/Datasets/Unilib_Motifs_info.csv")
142142
motifs = list(motifs_table['Motif sequence']) # read motifs from file
143143
motifs.remove('GAATATTCTAGAATATTC') # remove rare motif
144144

0 commit comments

Comments
 (0)