Spaces:
Running
Running
Commit
·
ff8f965
1
Parent(s):
dbf4494
Update code/alphafold_featureVector.py
Browse files
code/alphafold_featureVector.py
CHANGED
@@ -49,7 +49,7 @@ import ssbio.utils
|
|
49 |
import subprocess
|
50 |
import ssbio
|
51 |
import os.path as op
|
52 |
-
from
|
53 |
import os
|
54 |
from pathlib import Path
|
55 |
import gzip
|
@@ -301,7 +301,7 @@ from add_annotations_alphafold import *
|
|
301 |
from add_structure import *
|
302 |
from add_alignment import *
|
303 |
from manage_files import *
|
304 |
-
from
|
305 |
from add_sasa import *
|
306 |
from standard import *
|
307 |
from add_interface_pos import *
|
|
|
49 |
import subprocess
|
50 |
import ssbio
|
51 |
import os.path as op
|
52 |
+
from add_3Dalignment_alphafold import *
|
53 |
import os
|
54 |
from pathlib import Path
|
55 |
import gzip
|
|
|
301 |
from add_structure import *
|
302 |
from add_alignment import *
|
303 |
from manage_files import *
|
304 |
+
from add_3Dalignment_alphafold import *
|
305 |
from add_sasa import *
|
306 |
from standard import *
|
307 |
from add_interface_pos import *
|