Quick Start

  1. Activate the environment

conda activate snakemake8
  1. Verify Cell Ranger installation (optional but recommended)

snakemake-run-cellranger check-versions
  1. Create a config file:

snakemake-run-cellranger init-config --output pipeline_config.yaml
  1. Run a workflow:

snakemake-run-cellranger run --config-file pipeline_config.yaml --cores 8