Managed by @aladyeva-research
Repository with single nuclei RNAseq initial (QC + integration) data analysis pipeline
- "Soup" removal
- Doublets identification
- QC filtering
- Preprocessing
CONDA_ENV=<conda_name>
conda env create -n $CONDA_ENV --file snakemake/envs/pipeline_env.yml
conda activate $CONDA_ENV
Rscript snakemake/envs/install_packages.R
chmod +X scripts/populate_data.sh
./scripts/populate_data.sh
vim snakemake/config/config.yaml
Dry-run
snakemake -pr -s snakemake/run_pipeline.smk --configfile snakemake/config/config.yml \
-c 4 --use-conda --conda-frontend mamba --rerun-incomplete --scheduler=greedy --dry-run
Real run
snakemake -pr -s snakemake/run_pipeline.smk --configfile snakemake/config/config.yml \
-c 4 --use-conda --conda-frontend mamba --rerun-incomplete --scheduler=greedy