Skip to content

Commit

Permalink
docs: Use cookiecutter CLI API to avoid cd (#23)
Browse files Browse the repository at this point in the history
* Use '--output-dir' to avoid having to cd into a directory to use
  cookiecutter there.
* Use 'gh' abbreviation for GitHub.
   - c.f. https://cookiecutter.readthedocs.io/en/2.6.0/usage.html#works-directly-with-git-and-hg-mercurial-repos-too
  • Loading branch information
matthewfeickert committed Apr 6, 2024
1 parent fd09713 commit 6b7886c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@ or using Anaconda with
To deploy this profile run

mkdir -p ~/.config/snakemake
cd ~/.config/snakemake
cookiecutter https://github.com/Snakemake-Profiles/htcondor.git
cookiecutter --output-dir ~/.config/snakemake gh:Snakemake-Profiles/htcondor

You will be asked for the name of the profile and for a path where the HTCondor logs will be stored.
The logs will be used to update the status of submitted jobs (as recommended in the [documentation of the HTCondor Python bindings](https://htcondor.readthedocs.io/en/latest/apis/python-bindings/tutorials/Scalable-Job-Tracking.html)).
Expand Down

0 comments on commit 6b7886c

Please sign in to comment.