Spaces:
Sleeping
Sleeping
Commit
·
ae8f697
1
Parent(s):
05a1463
Update code/alphafold_featureVector.py
Browse files
code/alphafold_featureVector.py
CHANGED
|
@@ -620,6 +620,7 @@ def alphafold(input_set, mode, impute):
|
|
| 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 |
|
|
|
|
| 620 |
except:
|
| 621 |
KeyError
|
| 622 |
info_per_model[mod][annot] = annotation_pos_on_pdb_
|
| 623 |
+
st.write('so far so good')
|
| 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 |
|