Skip to content

Latest commit

 

History

History

preparations

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 

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

Applied Bioinformatics in the Cloud and in the Shell

RNA-Seq Analysis Using Unix and Open Source Tools

[TOC]

Preparations

  1. Install VirtualBox.

  2. 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).

  1. Start the virtual machine and open a terminal.

  2. Verify TopHat is installed.

     $ tophat -v
     TopHat v2.1.0
    
  3. Verify Samtools is installed.

     $ samtools
     Program: samtools (Tools for alignments in the SAM format)
     Version: 0.1.19-96b5f2294a
    
  4. Verify Cufflinks is installed.

     $ cufflinks
     cufflinks v2.2.1
     linked against Boost version 104700
    
  5. Verify RStudio is installed.

    1. Verify cummeRbund is installed.

Back to Index