Day 1 Environment Checkup and Catchup
Logging in
After logging into stampede2 (powershell and terminal tutorials if you need help remembering how to do this).
.bashrc
You should see the following prompt:
tacc:~$If you do it means you successfully have copied and activated the .bashrc file which controls a number of variables.
If you see something else use this link to jump to the section of the tutorial that dealt with the .bashrc file
Linux and stampede2 Setup -- GVA2021#Settingupyourstampede2profile
conda
Activate GVA2021 conda environment
conda activate GVA2021If your prompt now changes to:
(GVA2021) tacc:~$It means you have successfully installed miniconda and created your first environment.
If you see something different use the following link to jump to the section dealing with downloading and installing conda and continue until you have created your first environment
Linux and stampede2 Setup -- GVA2021#2.DownloadingfromthewebdirectlytoTACC
Assuming your prompt is the above "(GVA2021) tacc:~$" you can continue directly to the Read Mapping Tutorial.