Skip to content

Commit

Permalink
Merge pull request #126 from Joon-Klaps/120-set-default-umi-tools-ded…
Browse files Browse the repository at this point in the history
…up-strategy-to-a-non-read-counting-method

set default umitools dedup strategy to 'cluster'
  • Loading branch information
Joon-Klaps committed Jun 5, 2024
2 parents bdd43ba + 6083b66 commit 74cfb4f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ Initial release of Joon-Klaps/viralgenie, created with the [nf-core](https://nf-

### `Enhancement`

- 119 include sspace cobra for contig extension ([#123](https://github.com/Joon-Klaps/viralgenie/pull/123))
- Set default umitools dedup strategy to cluster ([#126](https://github.com/Joon-Klaps/viralgenie/pull/126))
- Include sspace for contig extension ([#123](https://github.com/Joon-Klaps/viralgenie/pull/123))

### `Fixed`

Expand Down
2 changes: 1 addition & 1 deletion nextflow.config
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ params {
umi_deduplicate = 'read'
humid_mismatches = 1
humid_strategy = 'directional' // directional vs cluster
umitools_dedup_strategy = 'directional'
umitools_dedup_strategy = 'cluster'

// > Trim
trim_tool = 'fastp'
Expand Down
2 changes: 1 addition & 1 deletion nextflow_schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@
"fa_icon": "fas fa-project-diagram",
"description": "Specify the strategy or method for umi-tools deduplication on mapping level",
"enum": ["directional", "unique", "adjacency", "cluster", "percentile"],
"default": "directional"
"default": "cluster"
},
"umi_discard_read": {
"type": "integer",
Expand Down

0 comments on commit 74cfb4f

Please sign in to comment.