Spaces:
Sleeping
Sleeping
Commit
·
27da891
1
Parent(s):
3dac5fe
Update code/add_3Dalignment.py
Browse files- code/add_3Dalignment.py +1 -0
code/add_3Dalignment.py
CHANGED
@@ -215,6 +215,7 @@ def get_coords(annot, alignments, coords, resnums_for_sasa, mode):
|
|
215 |
|
216 |
|
217 |
def get_alignments_3D(identifier, model_num, pdb_path, pdbSequence, source, chain, pdbID, mode, path_3D_alignment,file_format = 'gzip'):
|
|
|
218 |
pdbSequence = convert_non_standard_amino_acids(pdbSequence)
|
219 |
if mode == 1:
|
220 |
if source == 'PDB':
|
|
|
215 |
|
216 |
|
217 |
def get_alignments_3D(identifier, model_num, pdb_path, pdbSequence, source, chain, pdbID, mode, path_3D_alignment,file_format = 'gzip'):
|
218 |
+
st.write('HERE')
|
219 |
pdbSequence = convert_non_standard_amino_acids(pdbSequence)
|
220 |
if mode == 1:
|
221 |
if source == 'PDB':
|