Menu

Numer of Modes

Maciej
2023-12-04
2023-12-05
  • Maciej

    Maciej - 2023-12-04

    Hi, I'm trying to perform something around 1000 dockings for my protein x ligand matrix.
    And for all of them, I want to recieve 100 conformation modes. But sometimes, I recieve less (for example 98).
    My command in loop:

      smina -r <receptor> -l <ligand> --autobox-ligand <native_ligand> --autobox-add 8 --exhausiveness 32 --num_modes 100  --atom_term_data  --min_rmsd_filter 0.01 --energy_range 100 ... 
    

    Do you know what can i change to obtain exactly 100 modes per docking?

    Maciek

     
  • David Koes

    David Koes - 2023-12-04

    I don't know that that can be exactly guaranteed, but the reason you get less is the RMSD filtering to remove duplicates. Setting --min_rmsd_filter 0 should result in closer to what you want.

     
  • Maciej

    Maciej - 2023-12-05

    thanks, but it still doesn't solve my problem. it is better but it is still difficult to achieve the expected amount

     
  • Maciej

    Maciej - 2023-12-05

    okay XD it's stupid but it works. I made a loop which runs docking until we get 100 modes

     

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.