Spaces:
Sleeping
Sleeping
Commit
·
eb42980
1
Parent(s):
57b898d
Update code/alphafold_featureVector.py
Browse files
code/alphafold_featureVector.py
CHANGED
|
@@ -212,6 +212,7 @@ def alphafold(input_set, mode, impute):
|
|
| 212 |
st.write('PDB INFO')
|
| 213 |
st.write(pdb_info)
|
| 214 |
alphafold_path = hf_hub_download(repo_id="HuBioDataLab/AlphafoldStructures",repo_type = 'dataset')
|
|
|
|
| 215 |
|
| 216 |
## Keeping how many models each AlphaFold structure has.
|
| 217 |
model_count = modelCount(alphafold_path)
|
|
|
|
| 212 |
st.write('PDB INFO')
|
| 213 |
st.write(pdb_info)
|
| 214 |
alphafold_path = hf_hub_download(repo_id="HuBioDataLab/AlphafoldStructures",repo_type = 'dataset')
|
| 215 |
+
st.write(alphafold_path)
|
| 216 |
|
| 217 |
## Keeping how many models each AlphaFold structure has.
|
| 218 |
model_count = modelCount(alphafold_path)
|