Hi everyone. I want to use hbonanza to analyses hydrogen bonds formation during MD simulation time for my protein-ligand complex system. Previously, I run md using GROMACS 4.6.5, further, I try to run hbonanza to analyses the hydrogen bonds pattern:
Below are the steps :
1) I try to get the multiple pdbs in a single file by using:
g_trjconv -f .xtc -o .pdb -b 60000 -e 100000 -dt 1000 -s em.tpr (so I got 40 frames in 40 ns), then,
2) I follow the hbonanza command:
python HBonanza.py -trajectory_filename .pdb -hydrogen_bond_distance_cutoff 3.0 -hydrogen_bond_angle_cutoff 30 -hydrogen_bond_frequency_cutoff 0.5 -single_frame_filename first_frame.pdb -output_basename output. -write_column O -low_frequency_color_r 255 -low_frequency_color_g 255 -low_frequency_color_b 255 -high_frequency_color_r 0 -high_frequency_color_g 255 -high_frequency_color_b 0 > visualize.tcl
I got Error :
ValueError: Invalid literal for float(): (as per attached)
Can anyone give any suggestions? Thanks :)