Bioinformatics ReviewBioinformatics Review
Notification Show More
Font ResizerAa
  •  Home
  • Docking
  • MD Simulation
  • Tools
  • More Topics
    • Softwares
    • Sequence Analysis
    • Algorithms
    • Bioinformatics Programming
    • Bioinformatics Research Updates
    • Drug Discovery
    • Phylogenetics
    • Structural Bioinformatics
    • Editorials
    • Tips & Tricks
    • Bioinformatics News
    • Featured
    • Genomics
    • Bioinformatics Infographics
  • Community
    • BiR-Research Group
    • Community Q&A
    • Ask a question
    • Join Telegram Channel
    • Join Facebook Group
    • Join Reddit Group
    • Subscription Options
    • Become a Patron
    • Write for us
  • About Us
    • About BiR
    • BiR Scope
    • The Team
    • Guidelines for Research Collaboration
    • Feedback
    • Contact Us
    • Recent @ BiR
  • Subscription
  • Account
    • Visit Dashboard
    • Login
Font ResizerAa
Bioinformatics ReviewBioinformatics Review
Search
Have an existing account? Sign In
Follow US
MD Simulation

How to submit MD simulation job on a cluster server using PBS script?

Dr. Muniba Faiza
Last updated: December 7, 2020 9:02 pm
Dr. Muniba Faiza
Share
3 Min Read
MD Simulation on cluster server
SHARE

Molecular dynamics (MD) simulation is one of the most widely used methods in bioinformatics. It needs high computation time and therefore, performed on workstations and servers. It requires software to upload and download files to and from the server. In this article, we have explained how to submit MD simulation jobs on cluster computers using PBS scripts.

Contents
  • Preparing system
    • On Ubuntu
    • On Windows
      • Setting up the software
  • Submitting a simulation job
    • On Ubuntu
    • On Windows
  • Checking job status

Preparing system

On Ubuntu

Open a terminal (Ctrl+Alt+T) and log in to the server directly using the following command:

$ ssh -l username IP-address

You can use the scp command to copy files from your system to the server. For more details, type $ man scp in a terminal.

On Windows

To run a job on a server using a Windows operating system, you need the following two software installed on your system:

  1. Putty
  2. WinSCP

Download the latest version of Putty from here according to your system architecture (whether 32-bit or 64-bit) and that of WinSCP from here.

Setting up the software

Install the software by double-clicking on the downloaded files. Open WinSCP and enter the following details:

  1. Hostname
  2. Port number
  3. Username (optional, you can enter it on the prompt as well).

After authentication, it will ask you for a password. Enter the password and log in. It will display two sections. One is your local computer (RHS) and another one is the server (LHS). Now, you can easily locate the directory on your system from where you want to copy files. Select the folder and drag and drop to the server-side.

Similarly, you need to set up Putty. Enter the above details and save the session for further use. Every time you open putty, just select the session and click ‘Load‘. It will open a blank screen asking for your login credentials (username and password).

Submitting a simulation job

You need a PBS script for that. This script specifies the number of nodes to be used for the job and the command to be run on the server. This script is provided by the service provider. Open the script and write the mdrun command wherever specified.

On Ubuntu

qsub command is used to submit a job using PBS script.

$ qsub script.pbs

On Windows

Open Putty and move inside the directory where you have kept all files.

$ qsub script.pbs

Remember to keep all files in the same folder.

Checking job status

To check the status of your submitted job, type the following command:

$ qstat

or

$ qstat -u user


 

TAGGED:cluster computerGromacsmd simulationpbsqsub
Share This Article
Facebook Copy Link Print
ByDr. Muniba Faiza
Follow:
Dr. Muniba is a Bioinformatician based in New Delhi, India. She has completed her PhD in Bioinformatics from South China University of Technology, Guangzhou, China. She has cutting edge knowledge of bioinformatics tools, algorithms, and drug designing. When she is not reading she is found enjoying with the family. Know more about Muniba
Leave a Comment

Leave a Reply Cancel reply

You must be logged in to post a comment.

ai tools vs traditional tools in bioinformatics
AI Tools vs Traditional Tools in Bioinformatics- Which one to select?
Algorithms Artificial Intelligence Machine Learning Software Tools
AI vs Physics in Molecular Docking
AI vs Physics in Molecular Docking: Towards Faster and More Accurate Pose Prediction
Artificial Intelligence Drug Discovery Machine Learning
10 years of Bioinformatics Review: From a Blog to a Bioinformatics Knowledge Hub!
Editorial
Starting in Bioinformatics? Do This First!
Starting in Bioinformatics? Do This First!
Tips & Tricks

You Might Also Like

Installing GROMACS on Ubuntu 20.04 with CUDA GPU Support
SoftwareTools

Method-2: Installing GROMACS on Ubuntu 20.04 with CUDA GPU Support

April 4, 2023
md simulation of protein-ligand complex
MD SimulationMolecular dynamicsProtein-ligand complex simulation

Tutorial: MD Simulation of a Protein-Ligand Complex using GROMACS

August 21, 2023
Molecular dynamicsSoftwareTools

Tutorial: Molecular dynamics (MD) simulation using Gromacs

April 10, 2023
CHARMM installation on Ubuntu
MD SimulationMolecular dynamicsSoftwareTools

Installing CHARMM on Ubuntu

July 12, 2020
Copyright 2024 IQL Technologies
  • Journal
  • Customer Support
  • Contact Us
  • FAQs
  • Terms of Use
  • Privacy Policy
  • Cookie Policy
  • Sitemap
Welcome Back!

Sign in to your account

Username or Email Address
Password

Lost your password?

Not a member? Sign Up