In this module, we will:
- cover basic materials needed
- familiarize ourselves with remote computing
- prepare for later modules
- Become familiar with the different appearance of the local shell
- Create local folder
~/workshop_rsd
for results - Log in to the aws instance with
ssh <username>@50.17.210.255
- Become familiar with appearance of the remote shell
Click here for hints - Local vs remote exercise
-
Familiarize with local shell appearance
-
Create local folder for results
mkdir ~/workshop_rsd
-
Log in to aws instance
ssh <username>@50.17.210.255
-
Become familiar with the differences between local and remote shell
Note: We will provide additional time during this exercise to ensure that everyone is prepared to move forward.
Orientation exercise:
- Log in (or confirm logged in) to aws instance
- Ensure in home directory with
cd
- Use
cp
to copy the data from/rsd/data/
to your home directory - Use
ls
to view references - Use
ls
to view input fastq files - Use
mkdir
to create a folder for our analysis
Click here for solution
-
Ensure we're logged in to remote
ssh <username>@50.17.210.255
-
Ensure we are in home directory
cd
-
Copy data to our home directory
cp -r /rsd/data/ ~/
-
View our references
ls ~/data/refs
-
View our input fastq files
ls ~/data/reads
-
Create a folder for our analysis
mkdir ~/analysis
- Ensure we're on remote aws instance
- run the command
fortune | cowsay | lolcat
Optional and only for fun!
These programs are installed 'games' for entertainment purposes.
Details about `fortune | cowsay | lolcat`
fortune
prints a random fortune
cowsay
is a talking cow
lolcat
is like cat
but with a fun twist