Title: The Cloud and the Shell - Applied Bioinformatics on the Example of Gene Expression Analysis using Unix and freely available Open Source Tools
Author: Alexander Kerner
EMail: training at silico-sciences.com
Seminar Ruprecht-Karls-Universität Heidelberg
[TOC]
-
Install VirtualBox.
-
Download Ubuntu Linux Virtual Machine
ftp://public:[email protected]:/vm.zip
.
Unzip and copy the VM
folder to
C:\Users\[username]\Virtualbox VMs
(Windows) or to
~/VirtualBox VMs
(Ubuntu).
-
Start the virtual machine and open a terminal.
-
Verify TopHat is installed.
$ tophat -v TopHat v2.1.0
-
Verify Samtools is installed.
$ samtools Program: samtools (Tools for alignments in the SAM format) Version: 0.1.19-96b5f2294a
-
Verify Cufflinks is installed.
$ cufflinks cufflinks v2.2.1 linked against Boost version 104700
-
Verify RStudio is installed.
- Verify cummeRbund is installed.