Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
HarshitGupta11 committed Aug 30, 2019
1 parent ffee5f1 commit 7ae3d5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pfam_matrix.py
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 7ae3d5a

Please sign in to comment.