fatmacankara commited on
Commit
d7a9fc8
·
1 Parent(s): 721489e

Update code/alphafold_featureVector.py

Browse files
Files changed (1) hide show
  1. code/alphafold_featureVector.py +2 -2
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 add_domains import *
300
- from add_annotations import *
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 *