This pipeline is considered End-to-End and will take you from downloading the raw data needed to a fully annotated dataset.
!NOTE: This repo no longer uses conda in favor of
pixifor package management. The conda environment file is still available for reference but not guaranteed to be up-to-date.
Ensure you have conda installed. If not, install miniconda. Install mamba for faster package management:
conda install mamba -n base -c conda-forge mamba env create -f workflow/envs/pipeline.yaml
conda activate ccle_snakemake
snakemake --versionpixi installThis makes sure that the lock is synchronized and version controlled.
pixi run snakemake --dryrunpixi shell
# Exit the environment using "exit"snakemake --profile workflow/profiles/local --cores <NUMBER_OF_CORES>snakemake --profile workflow/profiles/labserversnakemake --profile workflow/profiles/gcp Running a single pixi command will run all the below commands:
pixi run graphssnakemake --rulegraph | dot -Tsvg > resources/rulegraph.svgsnakemake -F --dag | dot -Tsvg > resources/dag.svgsnakemake --filegraph | dot -Tsvg > resources/filegraph.svg