Skip to content

Commit

Permalink
change protein embedding path
Browse files Browse the repository at this point in the history
  • Loading branch information
yhr91 authored Oct 20, 2023
1 parent f3fb71c commit 131e630
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions evaluate.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ def check_paths(self):
self.args.offset_pkl_path)
if not os.path.exists(self.args.protein_embeddings_dir):
figshare_download("https://figshare.com/ndownloader/files/42715213",
self.args.dir + '/protein_embeddings.tar.gz')
self.args.dir + 'model_files/protein_embeddings.tar.gz')
figshare_download("https://figshare.com/ndownloader/files/42706585",
self.args.token_file)
if self.args.adata_path is None:
Expand Down Expand Up @@ -246,4 +246,4 @@ def run_eval(adata, name, pe_idx_path, chroms_path, starts_path, shapes_dict,
adata.write(write_path)

print("*****Wrote Anndata to:*****")
print(write_path)
print(write_path)

0 comments on commit 131e630

Please sign in to comment.