Troubleshooting¶
Creating a new Snakemake profile¶
Create a new Snakemake profile with cookiecutter
-
Load a
snakemake
module Or make suresnakemake
in$PATH
-
If not already, create a configuration directory for Snakemake profiles:
-
Use
cookiecutter
to create the Slurm profile template:- If
cookiecutter
isn't installed, load snakemake module and runpip install --user cookiecutter
- If
-
During the cookiecutter process, you'll be prompted to set values for your profile. For example:
-
After completing the prompts, the profile scripts and configuration file will be installed in the $profile_dir (
~/.config/snakemake
). -
You can then use this profile when running Snakemake by calling it via
--profile
flag:`python snakemake --profile myprofile ...
A change for demo`¶
some text for demo
- ...
- ...