Spaces:
Sleeping
Sleeping
fatmacankara
commited on
Commit
·
9106ce7
1
Parent(s):
b956c43
Update code/alphafold_featureVector.py
Browse files
code/alphafold_featureVector.py
CHANGED
@@ -384,7 +384,7 @@ def alphafold(input_set, mode, impute):
|
|
384 |
st.write('HERE1')
|
385 |
st.write('uniprot', uniprotID)
|
386 |
#pdb_path = hf_hub_download(repo_id="HuBioDataLab/AlphafoldStructures", filename=f"AF-{uniprotID}-F{mod}-model_v4.pdb.gz",repo_type = 'dataset')
|
387 |
-
pdb_path = hf_hub_download(repo_id="HuBioDataLab/AlphafoldStructures", filename=f"AF-
|
388 |
|
389 |
|
390 |
with gzip.open(pdb_path, mode="rt") as f:
|
|
|
384 |
st.write('HERE1')
|
385 |
st.write('uniprot', uniprotID)
|
386 |
#pdb_path = hf_hub_download(repo_id="HuBioDataLab/AlphafoldStructures", filename=f"AF-{uniprotID}-F{mod}-model_v4.pdb.gz",repo_type = 'dataset')
|
387 |
+
pdb_path = hf_hub_download(repo_id="HuBioDataLab/AlphafoldStructures", filename=f"AF-Q00889-F1-model_v4.pdb.gz",repo_type = 'dataset')
|
388 |
|
389 |
|
390 |
with gzip.open(pdb_path, mode="rt") as f:
|