Spaces:
Sleeping
Sleeping
Commit
·
d62e38f
1
Parent(s):
75dfe1a
Update code/alphafold_featureVector.py
Browse files
code/alphafold_featureVector.py
CHANGED
@@ -627,7 +627,7 @@ def alphafold(input_set, mode, impute):
|
|
627 |
pdb_path = hf_hub_download(repo_id="HuBioDataLab/AlphafoldStructures", filename=f"AF-{uniprotID}-F{mod}-model_v4.pdb.gz",repo_type = 'dataset')
|
628 |
st.write('1')
|
629 |
except FileNotFoundError:
|
630 |
-
pdb_path = hf_hub_download(repo_id="HuBioDataLab/
|
631 |
st.write('2')
|
632 |
except FileNotFoundError:
|
633 |
pdb_path = hf_hub_download(repo_id="HuBioDataLab/AlphafoldStructures3", filename=f"AF-{uniprotID}-F{mod}-model_v4.pdb.gz",repo_type = 'dataset')
|
|
|
627 |
pdb_path = hf_hub_download(repo_id="HuBioDataLab/AlphafoldStructures", filename=f"AF-{uniprotID}-F{mod}-model_v4.pdb.gz",repo_type = 'dataset')
|
628 |
st.write('1')
|
629 |
except FileNotFoundError:
|
630 |
+
pdb_path = hf_hub_download(repo_id="HuBioDataLab/AlphafoldStructures2", filename=f"AF-{uniprotID}-F{mod}-model_v4.pdb.gz",repo_type = 'dataset')
|
631 |
st.write('2')
|
632 |
except FileNotFoundError:
|
633 |
pdb_path = hf_hub_download(repo_id="HuBioDataLab/AlphafoldStructures3", filename=f"AF-{uniprotID}-F{mod}-model_v4.pdb.gz",repo_type = 'dataset')
|