pyCHARMM tutorial, documentation and examples. This repository contains materials originally from the pyCHARMM Workshop run at the University of Michigan by Charles Brooks' Group, June 20-24.
I was trying CDOCKER after i have moved most of the necessary files (parameters, topology, pdb and psf files) from the repo to another folder then i used the following code to perform the docking:
However, this produced an error regarding the probe file, as it could not find it.
1- Is it correct to use the provided probe file when performing docking using other proteins and ligands? i have read this paper (Accelerated CDOCKER with GPUs, Parallel Simulated Annealing, and Fast Fourier Transforms) and it mentioned that there are 26 grids used which are generated using the values in the probe file.
2- for the fftdock_rotation_1.qua file, I noticed that the code found in the supplementary file of the previous paper used this file. So is it correct to use the provided file or do i need to generate another one and how to generate it?
3- regarding question 2, when i moved the probe file to the new working directory (without the fftdock_rotation_1 file) and changed the default directory in Rigid_CDOCKER, the docking completed without an error. So, does this mean that the docking does not need this file?
edit: i noticed that this line contained an exclamation mark at the beginning (! open unit 40 read form name @0/fftdock_rotation_1.qua), so it is a comment
Hi
I was trying CDOCKER after i have moved most of the necessary files (parameters, topology, pdb and psf files) from the repo to another folder then i used the following code to perform the docking:
However, this produced an error regarding the probe file, as it could not find it. 1- Is it correct to use the provided probe file when performing docking using other proteins and ligands? i have read this paper (Accelerated CDOCKER with GPUs, Parallel Simulated Annealing, and Fast Fourier Transforms) and it mentioned that there are 26 grids used which are generated using the values in the probe file.
2- for the fftdock_rotation_1.qua file, I noticed that the code found in the supplementary file of the previous paper used this file. So is it correct to use the provided file or do i need to generate another one and how to generate it?
3- regarding question 2, when i moved the probe file to the new working directory (without the fftdock_rotation_1 file) and changed the default directory in Rigid_CDOCKER, the docking completed without an error. So, does this mean that the docking does not need this file?
edit: i noticed that this line contained an exclamation mark at the beginning (! open unit 40 read form name @0/fftdock_rotation_1.qua), so it is a comment
Thanks