Skip to content

scRNA-seq pipeline using Salmon for quantification

License

Notifications You must be signed in to change notification settings

sickler-alex/salmon-rnaseq

 
 

Repository files navigation

https://travis-ci.com/hubmapconsortium/salmon-rnaseq.svg?branch=master

HuBMAP scRNA-seq pipeline: Salmon, Scanpy, scVelo

Overview

The HuBMAP scRNA-seq pipeline is built on Salmon, Scanpy, and scVelo, and is implemented as a CWL workflow wrapping command-line tools encapsulated in Docker containers.

Requirements

Running the pipeline requires a CWL workflow execution engine and container runtime; we recommend Docker and the cwltool reference implementation. cwltool is written in Python and can be installed into a sufficiently recent Python environment with pip install cwltool. Afterward, clone this repository, check out a tag, and invoke the pipeline as:

cwltool pipeline.cwl --assay ASSAY --fastq_dir FASTQ_DIR --threads THREADS

(The master branch and latest published Docker images may not always be in sync; checking out a version like v2.0.6 is highly recommended before running the pipeline, unless building Docker images locally..)

Supported assays:

  • 10x_v2 (single-cell)
  • 10x_v2_sn (single-nucleus)
  • 10x_v3 (single-cell)
  • 10x_v3_sn (single-nucleus)
  • snareseq
  • sciseq
  • slideseq

About

scRNA-seq pipeline using Salmon for quantification

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 73.9%
  • Common Workflow Language 22.5%
  • Dockerfile 3.2%
  • Shell 0.4%