Spaces:
Sleeping
Sleeping
Commit
·
05a1463
1
Parent(s):
65d6bc7
Update code/alphafold_featureVector.py
Browse files
code/alphafold_featureVector.py
CHANGED
|
@@ -620,7 +620,6 @@ def alphafold(input_set, mode, impute):
|
|
| 620 |
except:
|
| 621 |
KeyError
|
| 622 |
info_per_model[mod][annot] = annotation_pos_on_pdb_
|
| 623 |
-
st.write('slfj')
|
| 624 |
pdb_path = hf_hub_download(repo_id="HuBioDataLab/AlphafoldStructures", filename=f"AF-{uniprotID}-F{mod}-model_v4.pdb.gz",repo_type = 'dataset')
|
| 625 |
|
| 626 |
|
|
|
|
| 620 |
except:
|
| 621 |
KeyError
|
| 622 |
info_per_model[mod][annot] = annotation_pos_on_pdb_
|
|
|
|
| 623 |
pdb_path = hf_hub_download(repo_id="HuBioDataLab/AlphafoldStructures", filename=f"AF-{uniprotID}-F{mod}-model_v4.pdb.gz",repo_type = 'dataset')
|
| 624 |
|
| 625 |
|