Skip to content

Commit

Permalink
Merge pull request #679 from d4straub/fix-vsearch-cluster
Browse files Browse the repository at this point in the history
Prevent masking low complexity regions by VSEARCH
  • Loading branch information
d4straub authored Dec 19, 2023
2 parents a86f9c7 + 55116e0 commit de53107
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 @@ -20,6 +20,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- [#672](https://github.com/nf-core/ampliseq/pull/672) - Update output docs for collapsed abundance tables
- [#673](https://github.com/nf-core/ampliseq/pull/673) - Fix logic relating to generation of qiime2 taxonomy part of summary report
- [#676](https://github.com/nf-core/ampliseq/pull/676) - Phyloseq sometimes only produced one of multiple output files
- [#679](https://github.com/nf-core/ampliseq/pull/679) - Prevent masking low complexity regions by VSEARCH with lower case letters

### `Dependencies`

Expand Down
2 changes: 1 addition & 1 deletion conf/modules.config
Original file line number Diff line number Diff line change
Expand Up @@ -451,7 +451,7 @@ process {
}

withName: VSEARCH_CLUSTER {
ext.args = "--id ${params.vsearch_cluster_id} --usersort"
ext.args = "--id ${params.vsearch_cluster_id} --usersort --qmask 'none'"
ext.args2 = '--cluster_smallmem'
ext.args3 = '--clusters'
}
Expand Down

0 comments on commit de53107

Please sign in to comment.