Skip to content

BIO634 Next-Generation Sequencing 2 – Transcriptomes, Variant Calling and Biological Interpretation

Notifications You must be signed in to change notification settings

swyder/BIO634_NGS2_2018

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BIO634 Next-Generation Sequencing 2 – Transcriptomes, Variant Calling and Biological Interpretation

September 17/18 2018

University of Zurich

URPP Evolution in Action

URPP logo

Stefan Wyder & Carla Bello

[email protected]
[email protected]

Table of Content

Day 1

     
9.30 - 9.40 Welcome & Introduction SW&CB
9.40 - 12.30 QC and Mapping
Presentation | Hands-on
CB
     
13.30 - 15.45 Variant Calling 2
Presentation | Hands-on
SW
16.00 - 17.30 Talk: Dr. Martin Fischer (ETH): Detection of the genomic signature of selection pdf

Day 2

     
9.30 - 12.00 RNA-seq
Presentation | Hands-on
CB
12.00 - 13.00 Talk: Dr. Charlotte Soneson (UZH): RNA-seq analysis pdf
     
14.00 - 15.00 Talk: Dr. Jean-Claude Walser (ETH): RNA-seq in ecology and evolutionary biology pdf
15.00 - 17.30 Making sense of gene lists
Presentation | Hands-on
SW

Prerequisites for the course

  • Basic command line
  • Basic knowledge about NGS data structure: reads, alignments (BAM), quality scores

or attendance of 'BIO609 Introduction to Linux and Bash Scripting' and
`BIO610 Next-Generation Sequencing 1 – Introductory Course: Assembly, Mapping, and Variant Calling

Directory structure

(Unix System hierarchical tree)

|--HOME--|
      ├─APPL
           ├── IGV/...
           ├── FREEBAYES/...
           ├── PICARD/...
           ├── GATK/...
      ├─NGS2
	   ├─RNA-Seq
	   ├─VariantCalling2
        	├── Final_Results (with pre-computed results)
            ├── ref (reference files like genomes)
            └── scripts

( more folders will be added in this level during the workshop )

Installation Instructions for the Virtual Machine

We will reuse the Virtual Machine (VM) of the Linux course BIO609 and NGS course BIO610. However, we need to download the data for this course.

Download the data for this course

  • Start the VM and login
  • Open a terminal
  • Download the file by typing wget url (Note to myself: Use URL shortener)
  • Unzip the file: unzip data_NGS2.zip

If you have not yet installed the VM

  • Download the virtual machine manager VirtualBox, from virtualbox.org. Make sure you pick the right operation system for your laptop.
  • Install VirtualBox on your machine
  • Download the VM image (~4 GB) from dropfiles.uzh. Ask for the link.
  • Run VirtualBox and do File | Import Appliance from the menu. Choose the VM image you just downloaded (file with extension .OVA). This will trigger a menu where you can change the Appliance settings. We recommend giving the VM as much memory as you can given your local machine (about 2/3 of the total memory, but between 2-4 GB). Start the import process.

Now you can start the VM by selecting it in the list and clicking on the Start button. Login and proceed with the instructions

Copy/paste doesn't work in the command window

To copy, select text and click the title bar and go to Edit->Copy. You can use Edit->Paste to paste.

The usual shortcuts for copy/paste don't work in the virtual machine. For Macs use ctrl+shift+C for copying and ctrl+shift+v for pasting.

You can also setup shared folders between the VM and the host system. See below or ask us how to do it.

Adding Shared Folders

It is possible to share data (read/write/copy files) between Virtual Machine and your host operating system (e.g. Mac OS or Windows). By default no access is granted, we have to configure it:

  1. Share a folder in your operating system
    With a running VM go to the menu of the VirtualBox software Devices | Shared Folder Settings… and add 1 or multiple folders
  2. In Ubuntu VM, go to the terminal and type:
    usermod -aG vboxsf student
    (student is our username)
  3. Reboot the VM

On Ubuntu the shared folder is located in the path /media

Recommended books (Practical Computing Skills)

Recommended websites

General

  • http://software-carpentry.org/
    Scientific Computing Resources for learning bash shell, programming in python, R, …]
  • SEQanswers the NGS community (Questions&Answers, protocols, software lists, news)
  • BioStars for questions about biocomputing and scripting for biologists
  • stackoverflow for questions related to coding

Linux/Shell

About

BIO634 Next-Generation Sequencing 2 – Transcriptomes, Variant Calling and Biological Interpretation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages