-
Notifications
You must be signed in to change notification settings - Fork 41
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SDF files fail to run using Ligand Index #69
Comments
Hi @xavierchee , |
NVIDIA A100 If i use this: #SBATCH --job-name=unidock #SBATCH --ntasks=1 ml gcc/12.2.0 boost/1.81.0 cuda/12.0.0 ml conda /fred/oz241/xchee/sandbox_unidock/Uni-Dock-main/unidock/bin/unidock --receptor ./indata/def.pdbqt --ligand ./TEMP_sdf_li it runs but i still get the no fragment found error. No fragment info, using rigid docking Thanks |
Hi @xavierchee there may be some problems with the format of the SDF file. If possible, you can show the content of an SDF file. |
My issue is same as what @xavierchee mentioned. 43 45 0 0 0 0 0 0 0 0999 V2000 |
@xavierchee @kailash-acog Your SDF file is missing the torsion information ”No fragment info, using rigid docking“ Uni-Dock/unidock_tools/README.md Line 45 in 83c5b9f
|
Uni-Dock Tools have been updated. @xavierchee @kailash-acog Now you can use the following command to do ligand preparation: Uni-Dock/unidock_tools/README.md Line 49 in 0f1e30e
Or you may use the following command to run Uni-Dock with automatically ligand preparing: Uni-Dock/unidock_tools/README.md Line 59 in 0f1e30e
|
Thank you @zhengh96 we will try it out and let u know! Just a comment,
Thanks! |
Hello, i used a file containing SDF file path like the following:
./TEMP_sdf_ligands/Z319894772.sdf
./TEMP_sdf_ligands/Z644871422.sdf
./TEMP_sdf_ligands/Z236962782.sdf
./TEMP_sdf_ligands/Z225356194.sdf
./TEMP_sdf_ligands/Z221152452.sdf
./TEMP_sdf_ligands/Z32845729.sdf
./TEMP_sdf_ligands/Z32879865.sdf
./TEMP_sdf_ligands/Z2793291129.sdf
./TEMP_sdf_ligands/Z2793398822.sdf
./TEMP_sdf_ligands/Z608646848.sdf
./TEMP_sdf_ligands/Z3231330333.sdf
./TEMP_sdf_ligands/Z3231230030.sdf
./TEMP_sdf_ligands/Z1598562232.sdf
./TEMP_sdf_ligands/Z1403323503.sdf
./TEMP_sdf_ligands/Z1262485176.sdf
However, i received the following error.
Scoring function : vina
Rigid receptor: ./indata/def.pdbqt
Grid center: X -36.01 Y 25.63 Z 67.49
Grid size : X 22 Y 22 Z 22
Grid space : 0.375
Exhaustiveness: 8
CPU: 0
Verbosity: 1
Computing Vina grid ... done.
Total ligands: 15
Available Memory = 80804MiB Total Memory = 81228MiB
No fragment info, using rigid docking
No fragment info, using rigid docking
No fragment info, using rigid docking
No fragment info, using rigid docking
No fragment info, using rigid docking
No fragment info, using rigid docking
No fragment info, using rigid docking
No fragment info, using rigid docking
No fragment info, using rigid docking
No fragment info, using rigid docking
No fragment info, using rigid docking
No fragment info, using rigid docking
No fragment info, using rigid docking
/jobfs/local/slurm/job47382478/slurm_script: line 19: 298
4469 Segmentation fault (core dumped) /fred/oz241/xchee/sandbox_unidock/Uni-Dock-main/unidock/bin/unidock --receptor ./indata/def.pdbqt --ligand_index sdf_ligand_path.txt --center_x -36.01 --center_y 25.63 --center_z 67.49 --size_x 22 --size_y 22 --size_z 22 --dir ./result/def --exhaustiveness 8 --max_step 20 --num_modes 1 --scoring vina --refine_step 3 --seed 5
Can i have some advice on this?
Thanks!
The text was updated successfully, but these errors were encountered: