Skip to content

Commit

Permalink
Change compute_freq default to false (nf-core#101)
Browse files Browse the repository at this point in the history
* Change compute_freq default to false

* Update Changelog
  • Loading branch information
LouisLeNezet authored Jul 11, 2024
1 parent 41e311a commit 48eb141
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ Initial release of nf-core/phaseimpute, created with the [nf-core](https://nf-co
- [#93](https://github.com/nf-core/phaseimpute/pull/93) - Fix fai combination to fasta.
- [#96](https://github.com/nf-core/phaseimpute/pull/96) - Simplify csv export
- [#96](https://github.com/nf-core/phaseimpute/pull/96) - Use only legend file as posfile for all imputation workflow.
- [#101](https://github.com/nf-core/phaseimpute/pull/101) - Set `--compute_freq` as `false` by default.

### `Fixed`

Expand Down
2 changes: 1 addition & 1 deletion nextflow.config
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ params {
// Panel preparation
panel = null
phased = null
compute_freq = true
compute_freq = false
rename_chr = false
remove_samples = null

Expand Down

0 comments on commit 48eb141

Please sign in to comment.