mirror of
https://github.com/Priyatham-sai-chand/compara-deep-learning.git
synced 2026-08-15 04:01:14 -07:00
Add files via upload
This commit is contained in:
parent
ffee5f17ce
commit
7ae3d5ac26
1 changed files with 1 additions and 1 deletions
|
|
@ -113,7 +113,7 @@ def read_data_negative(arg):
|
|||
df=df.loc[ind]
|
||||
pfam_db=pd.read_hdf("pfam_db_negative.h5")
|
||||
pfam_map=create_pfam_map(pfam_db)
|
||||
with open("processed/neighbor_genes_"+name+".json","r") as file:
|
||||
with open("processed/neighbor_genes_negative.json","r") as file:
|
||||
lsy=dict(json.load(file))
|
||||
return df,pfam_db,pfam_map,lsy,name
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue