ilMode
- Last update: 21 June 2022
- File size: 8.24 MB
- Version: 1.1
- Downloaded: 319
Sampling
Move a closed-loop along a given mode direction till reach a give rmsd from the inital conformation:
../sbg/bin/ilmode 3hsz.pdb 81 93 --chain A -i 1 -o _mod1F -m 2 -s 0 -a 1 --rmsd 2.0 --drmsd 0.25 ../sbg/bin/ilmode 3hsz.pdb 81 93 --chain A -i 1 -o _mod1B -m 2 -s 0 -a -1 --rmsd 2.0 --drmsd 0.25 ../scripts/renum_tr.pl 3hsz_mod1F_traj.pdb 3hsz_mod1B_traj.pdb > 3hsz_mod1.pdb
The first command moves forward (-a 1) the 81-93 loop until the rmsd from the initial position is > 2.0 Å (--rmsd 2.0). Every 0.25Å away(--drmsd 0.25) from the initial pose the moved loop coordinates are saved in the 3hsz_mod1F_traj.pdb trajectory file.