Skip to content

Commit

Permalink
Merge pull request #681 from maxulysse/dev_freebayes
Browse files Browse the repository at this point in the history
Fix intermediate files published
  • Loading branch information
maxulysse authored Jul 22, 2022
2 parents 5d53e49 + 910440f commit e09f18a
Show file tree
Hide file tree
Showing 3 changed files with 90 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Fixed

- [#679](https://github.com/nf-core/sarek/pull/679) - Fixed typos in subway maps
- [#681](https://github.com/nf-core/sarek/pull/681) - Fixed intermediate files published cf [#680](https://github.com/nf-core/sarek/issues/680)

### Deprecated

Expand Down
3 changes: 3 additions & 0 deletions conf/modules.config
Original file line number Diff line number Diff line change
Expand Up @@ -607,6 +607,9 @@ process{
ext.prefix = { meta.num_intervals <= 1 ? "${meta.id}" : "${meta.id}.${target_bed.simpleName}" }
ext.args = '--min-alternate-fraction 0.1 --min-mapping-quality 1'
ext.when = { params.tools && params.tools.split(',').contains('freebayes') }
publishDir = [
enabled: false
]
}

withName: 'BCFTOOLS_SORT' {
Expand Down
Loading

0 comments on commit e09f18a

Please sign in to comment.