Spaces:
Sleeping
Sleeping
Commit
·
82c7719
1
Parent(s):
f1b36e4
Update code/pdb_featureVector.py
Browse files
code/pdb_featureVector.py
CHANGED
@@ -444,7 +444,12 @@ def pdb(input_set, mode, impute):
|
|
444 |
|
445 |
st.write('aligned_m')
|
446 |
st.write(aligned_m.iloc[0])
|
447 |
-
st.write(aligned_m.iloc[
|
|
|
|
|
|
|
|
|
|
|
448 |
|
449 |
|
450 |
|
@@ -1387,7 +1392,6 @@ def pdb(input_set, mode, impute):
|
|
1387 |
|
1388 |
aligner = Align.PairwiseAligner()
|
1389 |
print('Proceeding to 3D distance calculation...\n')
|
1390 |
-
st.write(data)
|
1391 |
data.domainEndonPDB = data.domainEndonPDB.astype(str)
|
1392 |
data.domainStartonPDB = data.domainStartonPDB.astype(str)
|
1393 |
|
|
|
444 |
|
445 |
st.write('aligned_m')
|
446 |
st.write(aligned_m.iloc[0])
|
447 |
+
st.write(aligned_m.iloc[1])
|
448 |
+
st.write(aligned_m.iloc[2])
|
449 |
+
st.write(aligned_m.iloc[3])
|
450 |
+
st.write(aligned_m.iloc[4])
|
451 |
+
st.write(aligned_m.iloc[5])
|
452 |
+
|
453 |
|
454 |
|
455 |
|
|
|
1392 |
|
1393 |
aligner = Align.PairwiseAligner()
|
1394 |
print('Proceeding to 3D distance calculation...\n')
|
|
|
1395 |
data.domainEndonPDB = data.domainEndonPDB.astype(str)
|
1396 |
data.domainStartonPDB = data.domainStartonPDB.astype(str)
|
1397 |
|