DOCK 3.7 2016/09/16 abl1 Tutorial(building): Difference between revisions
Jump to navigation
Jump to search
(Created page with "This tutorial uses the DOCK-3.7-beta3. This is for a Linux environment and the scripts assume that you are running on SGE queueing system. == set up directories == Go to th...") |
No edit summary |
||
Line 7: | Line 7: | ||
Go to the working directory of your account | Go to the working directory of your account | ||
cd /nfs/home/$USERNAME/work | cd /nfs/home/$USERNAME/work | ||
PS: $USERNAME is your username log on the cluster. | PS: $USERNAME is your username log on the cluster. | ||
Line 13: | Line 13: | ||
Create directory called "DOCK_tutorial" | Create directory called "DOCK_tutorial" | ||
mkdir DOCK_tutorial | mkdir DOCK_tutorial | ||
== get databases == | == get databases == |
Revision as of 00:08, 17 September 2016
This tutorial uses the DOCK-3.7-beta3.
This is for a Linux environment and the scripts assume that you are running on SGE queueing system.
set up directories
Go to the working directory of your account
cd /nfs/home/$USERNAME/work
PS: $USERNAME is your username log on the cluster.
Create directory called "DOCK_tutorial"
mkdir DOCK_tutorial