Skip to content

Saving Your Results

Malachi Griffith edited this page May 29, 2018 · 10 revisions

7-i. Saving a Copy of Your Results to Take Home With You

If you are performing this tutorial on a cloud instance, everything will be deleted when the instance is destroyed! To package and download everything used or created during the tutorials you can do the following from your cloud terminal session.

First package and compress all of the directories and files in the ‘rnaseq’ directory

cd /home/ubuntu/workspace/
tar -czvf rnaseq_tutorial.tar.gz rnaseq/

Now you can download this to your own computer from here:

  • http://YOUR_IP_ADDRESS/rnaseq_tutorial.tar.gz

To unpack this archive at a terminal session on your own Linux or Mac computer you can do the following:

tar -xzvf rnaseq_tutorial.tar.gz
Previous Section This Section Next Section
Trinotate Saving Results Abbreviations