kacst-bioinfo-lab / labwork

3 stars 1 forks source link

1st lab Workshop: A Beginner's Guide to NGS Data Analysis (24-25 May 2017) #8

Closed MManee closed 7 years ago

MManee commented 7 years ago

We need to do the following:

screenshot 2017-04-28 17 41 18
amer1404 commented 7 years ago

bioinfo workshop.pptx

introduction to linux session

SULTAN-ALHARBI commented 7 years ago

Working with MacTerminal:

  1. Checking Quality of RNA-seq Datasets using fastqc https://www.bioinformatics.babraham.ac.uk/projects/download.html#fastqc
    $./fastqc fastqfiles
    $./fastqc read_1.fastq, read_2.fastq
  2. Indexing your reference genome fasta file using bowtie2-build https://sourceforge.net/projects/bowtie-bio/files/bowtie2/2.3.2/bowtie2-2.3.2-legacy-macos-x86_64.zip/download
    $./bowtie2-build [options]* <reference_in> <bt2_base>
    $./bowtie2-build -f lambda_virus.fa lambda_virus