DOCK 3.7 2016/09/16 abl1 Tutorial(building): Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 3: | Line 3: | ||
This is for a Linux environment and the scripts assume that you are running on SGE queueing system. | 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 | * Go to the working directory of your account | ||
cd /nfs/home/$USERNAME/work | cd /nfs/home/$USERNAME/work | ||
Line 11: | Line 11: | ||
PS: $USERNAME is your username log on the cluster. | PS: $USERNAME is your username log on the cluster. | ||
Create directory called "DOCK_tutorial" | * Create directory called "DOCK_tutorial" | ||
mkdir DOCK_tutorial | mkdir DOCK_tutorial | ||
== | == Get databases == |
Revision as of 19:05, 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