Skip to content

PistilliLab/RNAseq-pipeline

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

GitHub release (with filter) Static Badge GitHub issues GitHub

RNAseq-pipeline

Pipeline for processing bulk RNA-seq data from raw .fastq files to read counts.

The pipeline is contained within a single shell script and processes short read paired-end .fastq files from bulk RNA-sequencing and outputs raw read counts (un-normalized).

Usage

Currently the script is executed using:

bash RNAseq-pipeline.sh -f /path/to/fastqs -t 32

-f - designates the file path for the fastq files to be processed. This is also used as the main working directory and all output files will exist here.

-t - number of threads to use. Must be integer value. If no input specified, then by default 80% of threads on the system will be used.

About

Pipeline for processing bulk RNA-seq data from raw .fastq files to read counts.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages