Skip to content
jonca79 edited this page Mar 14, 2022 · 40 revisions

Welcome to the Twist_DNA_Solid wiki!

Example of how to run the pipeline in Uppsala

git clone https://github.com/genomic-medicine-sweden/Twist_DNA_Solid.git .
git checkout v0.1.0-alpha cd Twist_DNA_Solid
python3.9 -m venv ~/Snakemake/venv/
source ~/Snakemake/venv/bin/activate
pip install -r requirements.txt
pip install hydra_genetics

#Generate sample and unit files (modify tumor content values in samles.tsv after creation) hydra-genetics create-input-files -d path/dir1 -d path/dir2

#Run the pipeline
module add snakemake singularity slurm-drmaa
snakemake --notemp --profile slurm -s workflow/Snakefile -j 100 --restart-times 2 \
--use-singularity --singularity-args "-e --cleanenv -B /projects -B /data -B /beegfs-storage"

Modification needed if not run in Uppsala

Modify file paths in config/config.yaml Make your own profile Modify start command

Key components of the pipeline

Clone this wiki locally