Skip to content

albertdyu/dumbseq-3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

dumbseq-3

A snakemake pipeline for Smart-seq3 analysis

This pipeline does UMI deduplication, mapping, and generates normalized BW files with one command. It will also output some stuff for circadian analysis and does transcript assembly with Stringtie. The latter I haven't messed around with much, but maybe you'll find it useful.

Run the command to create the environment:

conda create --name ss3 -c bioconda cutadapt umi_tools samtools stringtie deeptools subread python r-base snakemake

Activate the environment:

conda activate ss3

Install python dependencies:

pip install pysam

Install R dependencies:

R BiocManager::install("DESeq2") Q()

Edit the config file

CleanShot 2024-02-15 at 12 16 19@2x Run snakemake! nohup snakemake --cores 8 --configfile config.yaml &

About

A snakemake pipeline for Smart-seq3 analysis

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published