Spaces:
Sleeping
Sleeping
Commit
·
805fad1
1
Parent(s):
ae8f697
Update code/alphafold_featureVector.py
Browse files
code/alphafold_featureVector.py
CHANGED
@@ -622,6 +622,7 @@ def alphafold(input_set, mode, impute):
|
|
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 |
|
627 |
pdbSequence = convert_non_standard_amino_acids(pdbSequence)
|
|
|
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 |
+
st.write('pdb_path', pdb_path)
|
626 |
|
627 |
|
628 |
pdbSequence = convert_non_standard_amino_acids(pdbSequence)
|