Skip to content

simslab/DropSeqPipeline8

Repository files navigation

DropSeqPipeline8

This is a data processing pipeline for analyzing microwell- or DropSeq-like scRNA-seq data. It can also be used for analyzing pooled plate-based scRNA-seq (as in Snyder et al, Science Immunology, 2019, for example). The pipeline in is written in Python, uses STAR for alignment, features automatic backup to an Amazon Web Services S3 bucket, and has the following dependencies:

Basic usage for analyzing microwell- or DropSeq-based scRNA-seq data is:

python DropSeqPipeline8.py -o output_directory -p output_prefix -r1 input_R1.fastq.gz -r2 input_R2.fastq.gz -r reference_genome_directory -g reference_genome_directory/annotation.gtf -v 65 -t 8 --s3path s3_bucket_name --technology DropSeqv2

where 65 is the sjdbOverhang parameter used to build the suffix array for STAR and 8 is the desired number of threads for parallelizing STAR and samtools.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages