Spaces:
Sleeping
Sleeping
fatmacankara
commited on
Commit
·
64993f7
1
Parent(s):
d040a03
Update code/add_3Dalignment.py
Browse files- code/add_3Dalignment.py +1 -1
code/add_3Dalignment.py
CHANGED
@@ -214,7 +214,7 @@ def get_coords(annot, alignments, coords, resnums_for_sasa, mode):
|
|
214 |
return np.NaN, np.NaN, np.NaN
|
215 |
|
216 |
|
217 |
-
def get_alignments_3D(identifier, model_num, pdbSequence, source, chain, pdbID, mode, file_format = 'gzip'):
|
218 |
print('In Function')
|
219 |
pdbSequence = convert_non_standard_amino_acids(pdbSequence)
|
220 |
print(pdbSequence)
|
|
|
214 |
return np.NaN, np.NaN, np.NaN
|
215 |
|
216 |
|
217 |
+
def get_alignments_3D(identifier, model_num, pdb_path, pdbSequence, source, chain, pdbID, mode, path_3D_alignment,file_format = 'gzip'):
|
218 |
print('In Function')
|
219 |
pdbSequence = convert_non_standard_amino_acids(pdbSequence)
|
220 |
print(pdbSequence)
|