Spaces:
Sleeping
Sleeping
Commit
·
4e4cccb
1
Parent(s):
593090c
Update code/pdb_featureVector.py
Browse files
code/pdb_featureVector.py
CHANGED
@@ -47,7 +47,7 @@ from add_interface_pos import *
|
|
47 |
from standard import *
|
48 |
from uniprotSequenceMatch import uniprotSequenceMatch
|
49 |
from process_input import clean_data
|
50 |
-
|
51 |
|
52 |
|
53 |
def pdb(input_set, mode, impute):
|
|
|
47 |
from standard import *
|
48 |
from uniprotSequenceMatch import uniprotSequenceMatch
|
49 |
from process_input import clean_data
|
50 |
+
from huggingface_hub import hf_hub_download
|
51 |
|
52 |
|
53 |
def pdb(input_set, mode, impute):
|