fatmacankara commited on
Commit
c463218
·
1 Parent(s): 80ef864

Update code/pdb_featureVector.py

Browse files
Files changed (1) hide show
  1. code/pdb_featureVector.py +1 -1
code/pdb_featureVector.py CHANGED
@@ -1400,7 +1400,7 @@ def pdb(input_set, mode, impute):
1400
  st.write(pdbID)
1401
  st.write(mode)
1402
  st.write(Path(path_to_output_files / '3D_alignment'))
1403
- x = pr()
1404
 
1405
  st.write(x)
1406
  alignments = get_alignments_3D(uniprotID, 'nan', pdb_path, pdbSequence, source, chain, pdbID, mode, Path(path_to_output_files / '3D_alignment'), file_format = 'gzip')
 
1400
  st.write(pdbID)
1401
  st.write(mode)
1402
  st.write(Path(path_to_output_files / '3D_alignment'))
1403
+ x = pr('ik')
1404
 
1405
  st.write(x)
1406
  alignments = get_alignments_3D(uniprotID, 'nan', pdb_path, pdbSequence, source, chain, pdbID, mode, Path(path_to_output_files / '3D_alignment'), file_format = 'gzip')