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.
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.
If logging in from a Unix/Linux system,
you may like to get into the habit of using the -X option on ssh:
% ssh -X
name@abacus.biostat.washington.edu
That way, when we get to the lab with X-windows graphics it might work.
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!).
Since I do not use Windows, I probably cannot provide much more help,
but if having difficulties, please let me know.
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 let me know. As a last resort,
contact the Biostat computing staff, (bite@u.washington.edu).
% mkdir DL550 Then, to get into your new directory, type % cd DL550 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