Spaces:
Sleeping
Sleeping
Commit
·
883924b
1
Parent(s):
81f40af
Update code/add_3Dalignment.py
Browse files- code/add_3Dalignment.py +5 -2
code/add_3Dalignment.py
CHANGED
|
@@ -215,12 +215,15 @@ def get_coords(annot, alignments, coords, resnums_for_sasa, mode):
|
|
| 215 |
|
| 216 |
|
| 217 |
def get_alignments_3D(identifier, model_num, pdbSequence, source, chain, pdbID, mode,file_format = 'gzip'):
|
| 218 |
-
|
|
|
|
| 219 |
uniprotSequence = convert_non_standard_amino_acids(uniprotSequence)
|
| 220 |
pdbSequence = convert_non_standard_amino_acids(pdbSequence)
|
| 221 |
if mode == 1:
|
|
|
|
| 222 |
if source != 'modbase':
|
| 223 |
-
|
|
|
|
| 224 |
# Step 1: Fetch the PDB file
|
| 225 |
pdb_url = f"https://files.rcsb.org/download/{pdbID}.pdb"
|
| 226 |
|
|
|
|
| 215 |
|
| 216 |
|
| 217 |
def get_alignments_3D(identifier, model_num, pdbSequence, source, chain, pdbID, mode,file_format = 'gzip'):
|
| 218 |
+
print('I am here get alignments 3D')
|
| 219 |
+
print(type(mode))
|
| 220 |
uniprotSequence = convert_non_standard_amino_acids(uniprotSequence)
|
| 221 |
pdbSequence = convert_non_standard_amino_acids(pdbSequence)
|
| 222 |
if mode == 1:
|
| 223 |
+
print('mode')
|
| 224 |
if source != 'modbase':
|
| 225 |
+
|
| 226 |
+
print('spırce')
|
| 227 |
# Step 1: Fetch the PDB file
|
| 228 |
pdb_url = f"https://files.rcsb.org/download/{pdbID}.pdb"
|
| 229 |
|