NOTE: Caution re: this issue: snakemake/snakemake#304
- Change directory to your preferred working directory on the cluster, e.g.:
cd path/to/working/directory
- Clone this repository:
git clone https://github.com/brettellebi/somites.git
-
Install miniconda3:
- Download appropriate by installer by copying the link from here: https://docs.conda.io/en/latest/miniconda.html, then
wget
it, e.g.:wget {link}
- Then follow instructions here: https://conda.io/projects/conda/en/latest/user-guide/install/index.html
- Download appropriate by installer by copying the link from here: https://docs.conda.io/en/latest/miniconda.html, then
-
Create global Snakemake environment:
conda create -f snakemake_6.7.0
-
Edit
somites/config/config.yaml
andsomites/init.sh
to adapt to Heidelberg cluster. -
Run configured bash script
somites/init.sh
to run snakemake.