-
Download the file to your computer from the following url Mesculenta_147_gene.gff3.gz
-
Log into HPC.
-
Create a directory in your scratch directory called LinuxExercise
-
Transfer the file to your new directory.
-
gunzip the file and rename it to : Cassavagenes.txt
-
Determine the number of different genes are present in the file.
Hint – use the grep command to search for pattern
7. Save the rows that contain the word “gene” as a separate file. Call the new file “Genes.txt”
8. How many genes are in Genes.txt ? Hint – count the number of lines using wc.