Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

You will need to ssh into lonestar6 for all the analysis in class. Macs come with terminal, so no installation is required. For windows laptops, install putty and winSCP. Putty is used for sshing into stampede2 and winscp is used for transferring files to and from stampede2.


Before logging onto TACC servers, multi-factor authentication must be set up. click here to begin setting it up.  The TOKEN DUO app works more reliably than the SMS option.

...

Warning
iconfalse
titleLogin to stampede2
#If you are using a terminal, open it:
ssh username@ls6.tacc.utexas.edu
(replace username with your tacc username)

#If you are using putty, open it and enter the following:
hostname:  ls6.tacc.utexas.edu
#Upon prompting, enter username and password


Warning
iconfalse
titleWhat allocations are you part of?
#Under the Welcome to Lonestar6 banner, look for the project balances table
#These are the project allocations you belong to. Here are MINE:

---------------------- Project balances for user daras -----------------------
| Name           Avail SUs     Expires | Name           Avail SUs     Expires |
| OTH21164            2941  2025-05-31 | BCS24009             400  2025-06-30 | 
| OTH21180             996  2025-03-31 | DNAdenovo           3000  2025-05-31 | 
| OTH21085            3269  2024-06-30 | PTSDPostMorte       3000  2025-06-30 | 


Warning
iconfalse
titleCopy data over
cds
mkdir my_rnaseq_course
cd my_rnaseq_course
cp -r /work2/projects/BioITeam/projects/courses/rnaseq_course/day_1_partA . &

...