Spaces:
Sleeping
Sleeping
Commit
·
0f85c0f
1
Parent(s):
c1132e6
Update code/main.py
Browse files- code/main.py +1 -0
code/main.py
CHANGED
@@ -1,6 +1,7 @@
|
|
1 |
import pdb_featureVector
|
2 |
import alphafold_featureVector
|
3 |
import argparse
|
|
|
4 |
|
5 |
pdb_path= hf_hub_download(repo_id="HuBioDataLab/AlphafoldStructures",repo_type = 'dataset', filename=f"AF-A0A075B6Y9-F1-model_v4.pdb.gz")
|
6 |
import gzip
|
|
|
1 |
import pdb_featureVector
|
2 |
import alphafold_featureVector
|
3 |
import argparse
|
4 |
+
from huggingface_hub import hf_hub_download
|
5 |
|
6 |
pdb_path= hf_hub_download(repo_id="HuBioDataLab/AlphafoldStructures",repo_type = 'dataset', filename=f"AF-A0A075B6Y9-F1-model_v4.pdb.gz")
|
7 |
import gzip
|