Extend Gromacs SimulationMohd AtharMay 8, 20211 min readTo extend simulation to 50ns more, just run these two commandsgmx convert-tpr -s md_0_1.tpr -extend 50000 -o md_1_2.tprgmx mdrun -deffnm md_1_2 -cpi md_0_1.cpt -noappend
rsync at remote serverwithout password: ssh-keygen [WITHOUT entering any passphrase] ssh-copy-id user@remote-host (example: ssh-copy-id altair) nohup rsync...
install rdkit with jupyter notebookHere are the quick commands, you need to make sure right python version: also note that rdkit need separate conda environment,...
Autodock docking analysis: convert dlg to pdbligand output poses of the autodock can be converted into the pdb by the following bash code (available at dlg2pdb/dlg2pdb.sh at master ·...
Comments