fatmacankara commited on
Commit
cc5473e
·
1 Parent(s): e7b2e34

Update code/alphafold_featureVector.py

Browse files
Files changed (1) hide show
  1. code/alphafold_featureVector.py +4 -1
code/alphafold_featureVector.py CHANGED
@@ -383,7 +383,10 @@ def alphafold(input_set, mode, impute):
383
 
384
  st.write('HERE1')
385
  st.write('uniprot', uniprotID)
386
- pdb_path = hf_hub_download(repo_id="HuBioDataLab/AlphafoldStructures", filename=f"AF-{uniprotID}-F{mod}-model_v4.pdb.gz",repo_type = 'dataset')
 
 
 
387
  with gzip.open(pdb_path, mode="rt") as f:
388
  file_content = f.read()
389
  st.write(file_content)
 
383
 
384
  st.write('HERE1')
385
  st.write('uniprot', uniprotID)
386
+ #pdb_path = hf_hub_download(repo_id="HuBioDataLab/AlphafoldStructures", filename=f"AF-{uniprotID}-F{mod}-model_v4.pdb.gz",repo_type = 'dataset')
387
+ pdb_path = hf_hub_download(repo_id="HuBioDataLab/AlphafoldStructures", filename=f"AF-O00560-F1-model_v4.pdb.gz",repo_type = 'dataset')
388
+
389
+
390
  with gzip.open(pdb_path, mode="rt") as f:
391
  file_content = f.read()
392
  st.write(file_content)