In this module, we will:
~/workshop_rsd
for resultsssh <username>@50.17.210.255
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:
cd
cp
to copy the data from /rsd/data/
to your home directoryls
to view referencesls
to view input fastq filesmkdir
to create a folder for our analysisEnsure 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
fortune | cowsay | lolcat
Optional and only for fun!
These programs are installed 'games' for entertainment purposes.
fortune
prints a random fortune
cowsay
is a talking cow
lolcat
is like cat
but with a fun twist