SINgle CelL AnalysIs Resource
View the documentation here: https://ccbr.github.io/SINCLAIR/
SINCLAIR was developed by the CCR Collaborative Bioinformatics Resource as an open-source, reproducible solution for multiple single cell next-generation modalities. It has been developed solely on Biowulf using Nextflow.
The pipeline currently begins with either sample FASTQ file or h5 Aligned reads, completing per sample quality control, and per-contrast integration. Quality control reports are generated, as are per-contrast integration reports.
Overview of Single Cell RNASeq Gene Expression Pipeline
SINCLAIR is available on biowulf with the ccbrpipeliner module as of release 8. You can load it on an interactive node with:
module load ccbrpipeliner/8
sinclair --help
sinclair --version
--output is optional and defaults to your current working directory.
sinclair init --output /path/to/output/dir
can change whether cellranger is deployed, species, names of manifest files (default locations listed below)
In /path/to/output/dir
:
assets/params.yml
assets/input_manifest.csv
assets/contrast_manifest.csv
A) preview without executing
sinclair run -preview --output /path/to/output/dir -params-file assets/params.yml
B) local run
sinclair run --output /path/to/output/dir -params-file assets/params.yml
C) submit to slurm
sinclair run --mode slurm --output /path/to/output/dir -params-file assets/params.yml
Come across a bug? Open an issue and include a minimal reproducible example.
Have a question? Ask it in discussions.
Want to contribute to this project? Check out the contributing guidelines.
General Inquiries and Collaboration: Please contact the CCBR Pipeliner team at CCBR_Pipeliner@mail.nih.gov.