Spaces:
Sleeping
Sleeping
fatmacankara
commited on
Commit
•
1177ad1
1
Parent(s):
f37d05e
Update code/add_3Dalignment.py
Browse files- code/add_3Dalignment.py +3 -1
code/add_3Dalignment.py
CHANGED
@@ -215,8 +215,10 @@ 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 |
-
|
219 |
|
|
|
|
|
220 |
if mode == 1:
|
221 |
if source == 'PDB':
|
222 |
# Step 1: Fetch the PDB file
|
|
|
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('PDB SEW IN FN')
|
219 |
|
220 |
+
pdbSequence = convert_non_standard_amino_acids(pdbSequence)
|
221 |
+
st.write(pdbSequence)
|
222 |
if mode == 1:
|
223 |
if source == 'PDB':
|
224 |
# Step 1: Fetch the PDB file
|