Skip to content

Commit

Permalink
0.4.2 (#28)
Browse files Browse the repository at this point in the history
* πŸ› Fix config file not used correctly (#27)

* πŸ“ Update docs

* πŸ”– 0.4.2
  • Loading branch information
pwwang authored Sep 14, 2022
1 parent 887638b commit 49a26b0
Show file tree
Hide file tree
Showing 9 changed files with 171 additions and 564 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -145,3 +145,5 @@ examples/*.csv
vcfstats-out/
docs/index.md
examples/*.svg

/localtests
4 changes: 4 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 0.4.2

- πŸ› Fix config file not used correctly (#27)

# 0.4.1

- πŸ“ Add more examples regarding #20
Expand Down
4 changes: 4 additions & 0 deletions docs/configfile.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,7 @@ ggs = 'theme_bw()'
devpars = {width = 2000, height = 2000, res = 300}

```

When you have a configuration file provided, `--title` and `--formula` are optional.

The instances specified by `--title` and `--formula` will be used together with the ones provided in the configuration file.
Loading

0 comments on commit 49a26b0

Please sign in to comment.