Why Linux and Not Windows? Comfort in the Linux Environment Learning Linux commands – Hands On Linux Exercise – File Manipulation Testing your knowledge Things to Remember Know: Keep Challenged – While U Wait Try: Reminder: Do you have your large FASTA formatted nucleotide sequence file stored on your computer?
GUI: Graphical User Interface
Know : GUI: Graphical User Interface (graphical environment for the user)
cat > file1 (> redirects output) >Seq 1 AATTAATT >Seq 2 GCGCGC >Seq 3 CCCCGGGG cat > file2 >Seq 4 TATATATA >Seq 5 ATATATAT >Seq 6 TTTTAAAA
cat file1 file2 >Seq 1 AATTAATT >Seq 2 GCGCGC >Seq 3 CCCCGGGG >Seq 4 TATATATA >Seq 5 ATATATAT >Seq 6 TTTTAAAA
>Seq 1 >Seq 2 >Seq 3 >Seq 4 >Seq 5 >Seq 6 AATTAATT ATATATAT CCCCGGGG GCGCGC TATATATA TTTTAAAA
You will need: file1, file2, and your large FASTA formatted sequence file. Let’s see what’s in them without looking