Spaces:
Running
Running
Commit
·
06faac0
1
Parent(s):
791f242
Update code/alphafold_featureVector.py
Browse files
code/alphafold_featureVector.py
CHANGED
@@ -385,7 +385,7 @@ def alphafold(input_set, mode, impute):
|
|
385 |
|
386 |
st.write('HERE1')
|
387 |
st.write('unipro', uniprotID)
|
388 |
-
pdb_path = hf_hub_download(repo_id="HuBioDataLab/AlphafoldStructures", filename=f"AF-{
|
389 |
with gzip.open(pdb_path, mode="rt") as f:
|
390 |
file_content = f.read()
|
391 |
st.write(file_content)
|
|
|
385 |
|
386 |
st.write('HERE1')
|
387 |
st.write('unipro', uniprotID)
|
388 |
+
pdb_path = hf_hub_download(repo_id="HuBioDataLab/AlphafoldStructures", filename=f"AF-{name}-F{mod}-model_v4.pdb.gz",repo_type = 'dataset')
|
389 |
with gzip.open(pdb_path, mode="rt") as f:
|
390 |
file_content = f.read()
|
391 |
st.write(file_content)
|