Giter Club home page Giter Club logo

rnaseq-pipline's Introduction

RNA-seq

This is the basic bulk RNA sequencing pipeline.

The pipeline was based off the NNRL lab pipeline and is adapted to run on HPCs running SLURM.

This requires the snakefile RNAseq_v3.0.py, rna_config.json, meta.csv and starts using the rna_submit_snakemake.sh script.

Usage:

sbatch --time=24:00:00 rna_submit_snakemake.sh

Edit the following files

meta.csv : add the base FQ names (minus the [R1|R2]_ending.fastq.gz)

rna_submit_snakemake.sh : change "<path/to/base_dir>" line 19

rna_config.json : change path to indexes, adapters, and software versions...main file to edit

Index Information

STAR and Kallisto indexes must be created prior to running the main RNAseq_v3.0.py snakefile analysis

Ensembl assembly/annotation can be downloaded here: Ensembl

NCBI assembly/amnnotation can be downloaded here: NCBI

  • NEEDED files prior to creating indexes:
    • Primary assembly FASTA : Mus_musculus.GRCm39.dna.primary_assembly.fa.gz
    • cDNA FASTA : concatenated cDNA and ncRNA FASTA (ex, misc_scripts/merge_cdna-ncrna.sh)
      • Mus_musculus.GRCm39.cdna.all.fa.gz
      • Mus_musculus.GRCm39.ncrna.fa.gz
    • GTF : Mus_musculus.GRCm39.109.gtf.gz

Edit when making indexes

config.json : edit the path information for the destination indexes and software version numbers

Make sure the version for STAR and Kallisto are the same as needed in rna_config.json for the RNAseq_v3.0.py snakefile

Misc files needed

  • rRNA.bed file : biowulf location - /fdb/genome/mm39/mm39.rna.fa
  • HKG.bed : RSeQC

rnaseq-pipline's People

Contributors

mbrooks313 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.