Spaces:
Sleeping
Sleeping
Commit
·
791f242
1
Parent(s):
b99b924
Update code/alphafold_featureVector.py
Browse files
code/alphafold_featureVector.py
CHANGED
|
@@ -209,8 +209,6 @@ def alphafold(input_set, mode, impute):
|
|
| 209 |
## With new updates, can be updated separately.
|
| 210 |
|
| 211 |
pdb_info = pd.read_csv(alphafold_summary, sep='\t')
|
| 212 |
-
st.write('PDB INFO')
|
| 213 |
-
st.write(pdb_info)
|
| 214 |
#from huggingface_hub import snapshot_download
|
| 215 |
#alphafold_path = snapshot_download(repo_id="HuBioDataLab/AlphafoldStructures",repo_type = 'dataset')
|
| 216 |
#st.write(alphafold_path)
|
|
|
|
| 209 |
## With new updates, can be updated separately.
|
| 210 |
|
| 211 |
pdb_info = pd.read_csv(alphafold_summary, sep='\t')
|
|
|
|
|
|
|
| 212 |
#from huggingface_hub import snapshot_download
|
| 213 |
#alphafold_path = snapshot_download(repo_id="HuBioDataLab/AlphafoldStructures",repo_type = 'dataset')
|
| 214 |
#st.write(alphafold_path)
|