GithubHelp home page GithubHelp logo

dthorburn / rnaseq_workflows Goto Github PK

View Code? Open in Web Editor NEW
0.0 2.0 0.0 30 KB

A nextflow pipeline that conducts the STAR 2-pass mapping steps for variant calling RNA-seq data with GATK (See Genomic_Read_Processing repo).

Shell 44.21% Nextflow 55.79%

rnaseq_workflows's Introduction

RNAseq Workflows:

1. STAR 2-pass

Overview

This pipeline was developed to map RNAseq data using the STAR (Spliced Transcripts Alignment to a Reference) 2-pass methodology. This pipeline is paired with variant calling using GATK in the repository dthorburn/Genomic_Read_Processing. The pipeline was developed using Nextfow version 22.04.4 (version on Imperial HPC; date: 19/07/2022).

EDIT: The Imperial HPC long nodes are no longer available. STAR is now more efficient to use as an array job. Please use the starAlign.sh script instead. The 15 samples listed in 00_File_List.txt are a mix of paired and single end sequencing. You will need to change the values to define chromosomes if the number of samples change.

Usage

Update the paths in 00_File_List.txt, update the working directory path in starAlign.sh, alter the PBS_ARRAY_INDEX statements to handle the chromosomes and samples correctly, and submit using qsub starAlign.sh

2. New Tuxedo Protocol

Overview

This pipeline was developed to map RNAseq data using the "new Tuxedo protocol" (i.e., using HISAT2, StringTie, and Ballgown). This pipeline was developed using BASH since for a high number of small jobs, a BASH array is more efficient at processing the samples than a nextflow script without the use of the deprecated Imperial HPC long nodes. On request I can update this to a nextflow workflow.

Usage

First step is to create the RNAseq conda environment: conda env create -f /path/to/RNAseq.yml

Update the paths in 00_R1_List.txt and update the Reference, Annotations, and Assembly variables to reflect the reference assembly in use. Next, update the number of jobs in the array #PBS -J 1-X where X is the number of samples in use in script numbers 01, 02, and 04. Then submit each of the jobs in order from 00 to 04 using qsub. The job paramaters should be sufficient for most use cases.

rnaseq_workflows's People

Contributors

dthorburn avatar

Watchers

Wu(Hazel) Huang avatar  avatar

rnaseq_workflows's Issues

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.