Spaces:
Sleeping
Sleeping
Commit
·
d7a9fc8
1
Parent(s):
721489e
Update code/alphafold_featureVector.py
Browse files
code/alphafold_featureVector.py
CHANGED
@@ -296,8 +296,8 @@ def get_coords(annot, alignments, coords, resnums_for_sasa, mode):
|
|
296 |
|
297 |
# FUNCTIONS
|
298 |
from calc_pc_property import *
|
299 |
-
from
|
300 |
-
from
|
301 |
from add_structure import *
|
302 |
from add_alignment import *
|
303 |
from manage_files import *
|
|
|
296 |
|
297 |
# FUNCTIONS
|
298 |
from calc_pc_property import *
|
299 |
+
from add_domains_alphafold import *
|
300 |
+
from add_annotations_alphafold import *
|
301 |
from add_structure import *
|
302 |
from add_alignment import *
|
303 |
from manage_files import *
|