Add files via upload

This commit is contained in:
HarshitGupta11 2019-08-30 20:28:51 +05:30 committed by GitHub
parent ffee5f17ce
commit 7ae3d5ac26
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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