Skip to content
jonca79 edited this page Feb 28, 2022 · 40 revisions

Welcome to the Twist_DNA_Solid wiki!

How to run the pipeline in Uppsala

git clone https://github.com/genomic-medicine-sweden/Twist_DNA_Solid.git
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
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"

Key components of the pipeline

Clone this wiki locally