Spaces:
Sleeping
Sleeping
Commit
·
c86699a
1
Parent(s):
77b6409
Update code/alphafold_featureVector.py
Browse files
code/alphafold_featureVector.py
CHANGED
|
@@ -386,7 +386,8 @@ def alphafold(input_set, mode, impute):
|
|
| 386 |
|
| 387 |
|
| 388 |
st.write('HERE1')
|
| 389 |
-
|
|
|
|
| 390 |
with gzip.open(pdb_path, mode="rt") as f:
|
| 391 |
file_content = f.read()
|
| 392 |
st.write(file_content)
|
|
|
|
| 386 |
|
| 387 |
|
| 388 |
st.write('HERE1')
|
| 389 |
+
st.write('unipro', uniprotID)
|
| 390 |
+
pdb_path = hf_hub_download(repo_id="HuBioDataLab/AlphafoldStructures", filename=f"AF-{uniprotID}-F{mod}-model_v4.pdb.gz",repo_type = 'dataset')
|
| 391 |
with gzip.open(pdb_path, mode="rt") as f:
|
| 392 |
file_content = f.read()
|
| 393 |
st.write(file_content)
|