Code Monkey home page Code Monkey logo

Comments (2)

ysyecust avatar ysyecust commented on July 28, 2024

Hi @tom832 Thank you for your feedback. Can you try such an instruction unidock --receptor ./receptor.pdbqt --ligand_index ./index.txt --center_x -26.346 --center_y -25.7025 --center_z 31.2255 --size_x 30 --size_y 30 --size_z 30 --dir ./result/ --search_mode detail --max_step 20 --num_modes 12 --scoring vina --refine_step 5 --seed 5 --verbosity 1 the index.txt is the absolute path of ligand. My output like this :
mode | affinity | dist from best mode
| (kcal/mol) | rmsd l.b.| rmsd u.b.
-----+------------+----------+----------
1 -1.549 0 0
2 -1.373 4.499 7.039
3 0.2898 12.91 15.65
4 3.319 5.264 7.722
5 6.576 6.822 10.21
6 8.77 10.05 14.17
7 29.93 6.42 9.252
8 41.2 8.23 10.92
9 48 10.39 12.86
10 208.4 15.39 17.4
11 219.3 18.63 21.18
12 3.048e+06 13.9 17.47

from uni-dock.

tom832 avatar tom832 commented on July 28, 2024

Hi @tom832 Thank you for your feedback. Can you try such an instruction unidock --receptor ./receptor.pdbqt --ligand_index ./index.txt --center_x -26.346 --center_y -25.7025 --center_z 31.2255 --size_x 30 --size_y 30 --size_z 30 --dir ./result/ --search_mode detail --max_step 20 --num_modes 12 --scoring vina --refine_step 5 --seed 5 --verbosity 1 the index.txt is the absolute path of ligand. My output like this : mode | affinity | dist from best mode | (kcal/mol) | rmsd l.b.| rmsd u.b. -----+------------+----------+---------- 1 -1.549 0 0 2 -1.373 4.499 7.039 3 0.2898 12.91 15.65 4 3.319 5.264 7.722 5 6.576 6.822 10.21 6 8.77 10.05 14.17 7 29.93 6.42 9.252 8 41.2 8.23 10.92 9 48 10.39 12.86 10 208.4 15.39 17.4 11 219.3 18.63 21.18 12 3.048e+06 13.9 17.47

THX for your reply!
I reproduce your result, which is also strange.

  1. Why there is difference between mine and yours due to different input?
    my cmd is like this:
unidock --receptor {receptor_path} \
    --ligand_index unidock_ligands_tmp.list \
    --search_mode {search_mode} \
    --scoring vina \
    --center_x {box['center_x']} \
    --center_y {box['center_y']} \
    --center_z {box['center_z']} \
    --size_x {box['size_x']} \
    --size_y {box['size_y']} \
    --size_z {box['size_z']} \
    --num_modes {save_n_poses} \
    --dir {output_dir} \
    --cpu {n_cpu}

where search_mode I use is detail, num_modes is 10, n_cpu is 0.

  1. I use autodock vina with the same receptor and ligand, the vina score is about -6 and get 10 poses around -6/-5.

BTW, the unidock I used is unidock-1.1.0-cuda120-linux-x86_64 in the released page.

from uni-dock.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.