From ce5d5f610cd0acff6d83d1c77c858ed4f24ee626 Mon Sep 17 00:00:00 2001 From: BEFH Date: Tue, 23 Nov 2021 16:06:21 -0500 Subject: [PATCH] point at the correct repo for cookiecutter --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e5a5817..3af4a05 100644 --- a/README.md +++ b/README.md @@ -56,7 +56,7 @@ Download and set up the profile on your cluster profile_dir="${HOME}/.config/snakemake" mkdir -p "$profile_dir" # use cookiecutter to create the profile in the config directory -template="gh:Snakemake-Profiles/lsf" +template="gh:BEFH/lsf" cookiecutter --output-dir "$profile_dir" "$template" ```