Getting Started:
This information is modified from the lab information first developed by Amy Anderson, 2001. This version is updated from 2006, but not everything regarding Biostat computing may be current.
There are
are a few things you should do before you begin the Labs for Stat550,
or other StatGen computing. Start by
going to the class web page at
http://www.stat.washington.edu/thompson/Stat550/
Once you have a
biostat account, you can proceed to step three: % ssh
name@abacus.biostat.washington.edu
where
name is your user name for your
biostat account (don’t actually type the % sign—it’s just there to denote the
prompt that should already be sitting on your screen). Your prompt sign may
be a ``$'' sign instead of a %, or something else.
From a Windows PC, you can use the SSH
Tectia Client that comes as part of the UWICK software set. If you need
more detailed information on logging in, take the link on the
StatGen computing web pages that says
Introduction to Linux at Biostat (or this link here!).
Now you are almost ready to start:
source
~statgen/.statgen.cshrc
You can do this using this command:
echo "source ~statgen/.statgen.cshrc" >> .cshrc
% which pedcheck
The machine should with respond with
"/home/guests/statgen/i386-linux/bin/pedcheck".
It is telling you which
pedcheck command it will use for you: pedcheck is a program we will use
in the first lab.
If the machine responds with "pedcheck: Command not found",
something is not done right.
Try again, and/or consult your peers. As a last resort,
contact the Biostat computing staff, (bite@u).
% mkdir b550 Then, to get into your new directory, type % cd b550 For
more information on these commands, or on using a Linux or
UNIX system in general,
take the link UNIX/Linux tutorial from the
Introduction to Biostat Computing page.
The web page you are going
to has the address:
http://depts.washington.edu/statgen/Computing/linux-tut.html
Scroll down the page until you see the Computing section.