Skip to content

Commit ad1c3e6

Browse files
committed
fix: modify custom config file command
1 parent eb6d664 commit ad1c3e6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

doc/configuration.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,10 +55,10 @@ need to specify the handful of options that differ while everything else falls b
5555
`config.tyndp.yaml` and the defaults.
5656

5757
Beyond these files, users are free to add configuration files of their own, e.g. `my_config.yaml`,
58-
and pass them explicitly to Snakemake:
58+
and pass them explicitly to Snakemake stacked on top of `config.tyndp.yaml`:
5959

6060
```console
61-
$ snakemake -call --configfile my_config.yaml
61+
$ snakemake -call --configfile config/config.tyndp.yaml config/my_config.yaml
6262
```
6363

6464
Taking all of this together, the order of precedence (highest first) is as follows:

0 commit comments

Comments
 (0)