Spaces:
Sleeping
Sleeping
fatmacankara
commited on
Commit
·
e943410
1
Parent(s):
10af9d4
Update code/pdb_featureVector.py
Browse files
code/pdb_featureVector.py
CHANGED
@@ -1401,7 +1401,10 @@ def pdb(input_set, mode, impute):
|
|
1401 |
st.write('chain',chain)
|
1402 |
st.write('uniprotID',uniprotID)
|
1403 |
st.write('pdbID',pdbID)
|
1404 |
-
st.write(
|
|
|
|
|
|
|
1405 |
alignments = get_alignments_3D(uniprotID, 'nan', pdb_path, pdbSequence, source, chain, pdbID, mode, Path(path_to_output_files / '3D_alignment'), file_format = 'gzip')
|
1406 |
mutPos = data.at[i, 'mutationPositionOnPDB']
|
1407 |
try:
|
|
|
1401 |
st.write('chain',chain)
|
1402 |
st.write('uniprotID',uniprotID)
|
1403 |
st.write('pdbID',pdbID)
|
1404 |
+
st.write('Path(path_to_output_files / 3D_alignment)', Path(path_to_output_files / '3D_alignment'))
|
1405 |
+
st.write('mode', mode, mode == 1)
|
1406 |
+
st.write('pdb_path', pdb_path)
|
1407 |
+
st.write('f ', Path(path_to_output_files / '3D_alignment'))
|
1408 |
alignments = get_alignments_3D(uniprotID, 'nan', pdb_path, pdbSequence, source, chain, pdbID, mode, Path(path_to_output_files / '3D_alignment'), file_format = 'gzip')
|
1409 |
mutPos = data.at[i, 'mutationPositionOnPDB']
|
1410 |
try:
|