sinclair

scRNASeq pipeline

https://github.com/ccbr/sinclair

Science Score: 67.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
    Found CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
    Found 3 DOI reference(s) in README
  • Academic publication links
    Links to: zenodo.org
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (15.4%) to scientific vocabulary
Last synced: 6 months ago · JSON representation ·

Repository

scRNASeq pipeline

Basic Info
Statistics
  • Stars: 1
  • Watchers: 8
  • Forks: 3
  • Open Issues: 48
  • Releases: 7
Created almost 3 years ago · Last pushed 6 months ago
Metadata Files
Readme Changelog Contributing License Citation

README.md

SINCLAIR

SINgle CelL AnalysIs Resource

build docs DOI release

View the documentation here: https://ccbr.github.io/SINCLAIR/

Introduction

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.

Overview

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.

Single cell RNA-Seq GEX pipeline Overview of Single Cell RNASeq Gene Expression Pipeline

Quickstart

SINCLAIR is available on biowulf with the ccbrpipeliner module as of release 8. You can load it on an interactive node with:

sh module load ccbrpipeliner/8

sh sinclair --help sinclair --version

Example usage

1. Initialize your project

--output is optional and defaults to your current working directory.

sh sinclair init --output /path/to/output/dir

2. Update the config files as needed

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
3. Run the pipeline

A) preview without executing

sh sinclair run -preview --output /path/to/output/dir -params-file assets/params.yml

B) local run

sh sinclair run --output /path/to/output/dir -params-file assets/params.yml

C) submit to slurm

sh sinclair run --mode slurm --output /path/to/output/dir -params-file assets/params.yml

Help & Contributing

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.

Owner

  • Name: CCR Collaborative Bioinformatics Resource
  • Login: CCBR
  • Kind: organization
  • Email: nciccbr@mail.nih.gov
  • Location: United States of America

CCR Collaborative Bioinformatics Resource, Center for Cancer Research (NCI), National Institutes of Health

Citation (CITATION.cff)

cff-version: 1.2.0
message: "Please cite SINCLAIR as below:"
authors:
  - family-names: Sevilla
    given-names: Samantha
    orcid: https://orcid.org/0000-0002-8734-9875
    affiliation:
      Advanced Biomedical Computational Science, Frederick National Laboratory
      for Cancer Research, Frederick, MD 21702, USA
  - family-names: Wong
    given-names: Nathan
    orcid: https://orcid.org/0000-0002-8882-3401
    affiliation:
      Advanced Biomedical Computational Science, Frederick National Laboratory
      for Cancer Research, Frederick, MD 21702, USA
  - family-names: Sovacool
    given-names: Kelly
    orcid: https://orcid.org/0000-0003-3283-829X
    affiliation:
      Advanced Biomedical Computational Science, Frederick National Laboratory
      for Cancer Research, Frederick, MD 21702, USA
  - family-names: Pehrsson
    given-names: Erica
    orcid: https://orcid.org/0000-0002-2968-6179
    affiliation:
      Advanced Biomedical Computational Science, Frederick National Laboratory
      for Cancer Research, Frederick, MD 21702, USA
  - family-names: Abdelmaksoud
    given-names: Abdalla
  - family-names: Koparde
    given-names: Vishal
    orcid: https://orcid.org/0000-0001-8978-8495
    affiliation:
      Advanced Biomedical Computational Science, Frederick National Laboratory
      for Cancer Research, Frederick, MD 21702, USA
title: "SINCLAIR: SINgle CelL AnalysIs Resource"
url: https://ccbr.github.io/SINCLAIR
repository-code: https://github.com/CCBR/SINCLAIR
license: MIT
type: software
identifiers:
  - description: Archived snapshots of all versions
    type: doi
    value: 10.5281/zenodo.15283503
version: v0.3.4
date-released: "2025-08-22"

GitHub Events

Total
  • Create event: 43
  • Release event: 2
  • Issues event: 65
  • Watch event: 1
  • Delete event: 38
  • Issue comment event: 44
  • Push event: 190
  • Pull request review comment event: 19
  • Pull request review event: 24
  • Pull request event: 51
  • Fork event: 3
Last Year
  • Create event: 43
  • Release event: 2
  • Issues event: 65
  • Watch event: 1
  • Delete event: 38
  • Issue comment event: 44
  • Push event: 190
  • Pull request review comment event: 19
  • Pull request review event: 24
  • Pull request event: 51
  • Fork event: 3

Dependencies

.github/workflows/auto-format.yml actions
  • actions/checkout v4 composite
  • pre-commit/action v3.0.1 composite
.github/workflows/build.yml actions
  • actions/checkout v3 composite
  • actions/checkout v4 composite
  • actions/checkout 0ad4b8fadaa221de15dcec353f45205ec38ea70b composite
  • actions/setup-python v4 composite
  • actions/upload-artifact v3 composite
  • adamrtalbot/detect-nf-test-changes v0.0.2 composite
  • eWaterCycle/setup-apptainer main composite
  • jlumbroso/free-disk-space 54081f138730dfa15788a46383842cd2f914a1be composite
  • mikepenz/action-junit-report v3 composite
  • nf-core/setup-nextflow v2 composite
  • nf-core/setup-nextflow v1 composite
  • nf-core/setup-nf-test v1 composite
  • pcolby/tap-summary v1 composite
.github/workflows/docker-auto.yml actions
  • actions/checkout v4 composite
  • docker/build-push-action v4 composite
  • docker/login-action v2 composite
  • hellofresh/action-changed-files v3 composite
  • pietrobolcato/action-read-yaml 1.0.0 composite
.github/workflows/docker-manual.yml actions
  • actions/checkout v4 composite
  • docker/build-push-action v4 composite
  • docker/login-action v2 composite
  • pietrobolcato/action-read-yaml 1.0.0 composite
.github/workflows/docs-mkdocs.yml actions
  • CCBR/actions/mkdocs-mike v0.1 composite
  • actions/checkout v4 composite
.github/workflows/draft-release.yml actions
  • CCBR/actions/draft-release v0.1 composite
  • actions/checkout v4 composite
.github/workflows/post-release.yml actions
  • CCBR/actions/post-release v0.1 composite
  • actions/checkout v4 composite
.github/workflows/techdev-project.yml actions
  • actions/add-to-project v1.0.2 composite
.github/workflows/user-projects.yml actions
docker/baser/meta.yml cpan
docker/scvi/meta.yml cpan
docker/baser/Dockerfile docker
  • nciccbr/ccbr_ubuntu_base_20.04 v7 build
docker/scvi/Dockerfile docker
  • nciccbr/ccbr_ubuntu_base_20.04 v5 build
docs/requirements.txt pypi
  • mkdocs-git-revision-date-localized-plugin ==1.2.0
  • mkdocs-git-revision-date-plugin ==0.3.2
  • mkdocs-material ==9.1.6
  • mkdocs-material-extensions ==1.1.1
  • mkdocs-minify-plugin ==0.6.4
pyproject.toml pypi
  • Click >= 8.1.3
  • ccbr_tools @git+https://github.com/CCBR/Tools@v0.1
  • cffconvert >= 2.0.0
  • pyyaml >= 6.0