Skip to content

Commit

Permalink
point at the correct repo for cookiecutter
Browse files Browse the repository at this point in the history
  • Loading branch information
BEFH authored and mbhall88 committed Apr 16, 2022
1 parent 37d4f3c commit ce5d5f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"
```

Expand Down

0 comments on commit ce5d5f6

Please sign in to comment.