Skip to content

Commit

Permalink
Update snakemake.md
Browse files Browse the repository at this point in the history
  • Loading branch information
pdimens authored Nov 13, 2024
1 parent 51c9cba commit 0cfb459
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions snakemake.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,9 @@ and deletes the original Snakemake logfile that you would expect to find in `.sn
Harpy relies on Snakemake under the hood to handle file and job dependencies.
Most of these details have been abstracted away from the end-user, but most
Harpy modules have an optional flag `--snakemake` that you can use to augment
the Snakemake workflow if necessary. Whenever you use this flag, your argument
must be enclosed in quotation marks, for example:
the Snakemake workflow if necessary. [The full list of Snakemake command line
options can be found here](https://snakemake.readthedocs.io/en/stable/executing/cli.html).
Whenever you use this flag, your argument must be enclosed in quotation marks, for example:
```bash
harpy qc --snakemake "--dry-run" rawseq
```
Expand Down

0 comments on commit 0cfb459

Please sign in to comment.