Spaces:
Sleeping
Sleeping
fatmacankara
commited on
Commit
•
6943e39
1
Parent(s):
877fc42
Update code/alphafold_featureVector.py
Browse files
code/alphafold_featureVector.py
CHANGED
@@ -366,8 +366,9 @@ def alphafold(input_set, mode, impute):
|
|
366 |
except:
|
367 |
KeyError
|
368 |
info_per_model[mod][annot] = annotation_pos_on_pdb_
|
369 |
-
print('HERE1')
|
370 |
#pdb_path = Path(f'{alphafold_path}/AF-{uniprotID}-F{mod}-{file_str}.pdb.gz')
|
|
|
|
|
371 |
pdb_path= hf_hub_download(repo_id="HuBioDataLab/AlphafoldStructures",repo_type = 'dataset', filename=f"AF-{uniprotID}-F{mod}-model_v4.pdb.gz")
|
372 |
print('HERE2')
|
373 |
st.write(pdb_path)
|
|
|
366 |
except:
|
367 |
KeyError
|
368 |
info_per_model[mod][annot] = annotation_pos_on_pdb_
|
|
|
369 |
#pdb_path = Path(f'{alphafold_path}/AF-{uniprotID}-F{mod}-{file_str}.pdb.gz')
|
370 |
+
|
371 |
+
st.write(f"AF-{uniprotID}-F{mod}-model_v4.pdb.gz")
|
372 |
pdb_path= hf_hub_download(repo_id="HuBioDataLab/AlphafoldStructures",repo_type = 'dataset', filename=f"AF-{uniprotID}-F{mod}-model_v4.pdb.gz")
|
373 |
print('HERE2')
|
374 |
st.write(pdb_path)
|