Conformational Sampling (Schrodinger)

Introduction

Conformational sampling performed with Schrodinger software using default parameters.

To perform the conformational analysis the licensed Schrodinger software is required.

The licensed software is installed on the workstation, thus go to the Workstation Tips page for the instructions for the remote connections.

Workstation setup

Setup the environment variables:

module load cuda/cuda-9.1
module load mpi/openmpi-2.0.4_Cuda
export SCHRODINGER=/opt/schrodinger2021-1/

It is mandatory to check if the license manager is up.

ps -ef | egrep 'lmgrd|SCHROD'

If the results is similar to this:

username 2123  1954  0 17:13 pts/1    00:00:00 grep -E --color=auto lmgrd|SCHROD

It means that the license manager is down, thus it must be started.

$SCHRODINGER/licadmin STOP
$SCHRODINGER/licadmin START

Then,check again the license manager status.

ps -ef | egrep 'lmgrd|SCHROD'

Now, the results should be similar to this:

username 9712  9709  9 17:34 ?        00:00:01 SCHROD -T 130.192.140.110 11.17 7 -c :/opt/schrodinger2021-1/license.txt: -srv mCPk9OT3mYyUEwshmiQCuQTcBkZfDD1cICUG2tx0YWyQSoKkXXuf2pXnaAFiJBa -daemon_port cf08 --lmgrd_start 60f83e9f -reuseaddr -vdrestart 0 -l /opt/schrodinger2021-1/lmgrd.log

If the result of the check is this after the first test, it means that the license manager is up and no operations are needed.

Load molecule(s)

Move to the working directory where the molecules are located in mol2 format using Linux cd command.

Then run Maestro

$SCHRODINGER/maestro

File - Change Working Directory

Select the working directory using the selection window

File - Import structures

Check the structures

Save the project

File - Save Project As

Conformational analylis

Run the conformational analysis

Analysis of the results

Run Maestro if it is necessary following the procedure shown in Load molecule(s)


THome