fatmacankara commited on
Commit
06faac0
·
1 Parent(s): 791f242

Update code/alphafold_featureVector.py

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