Skip to content

Commit 2300444

Browse files
authored
Merge pull request #840 from nf-core/test-full-fix
Remove deprecated parameters from test profiles
2 parents cec8304 + 68e92a9 commit 2300444

3 files changed

Lines changed: 2 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
99

1010
### `Fixed`
1111

12-
- [#838] Fix --snpcapture_bed files not being picked up by Nextflow
12+
- [#836](https://github.com/nf-core/eager/issues/836) Remove deprecated parameters from test profiles
13+
- [#838](https://github.com/nf-core/eager/issues/836) Fix --snpcapture_bed files not being picked up by Nextflow
1314
- Fix PMDtools reference mask not being picked up by Nextflow, and it's use being evaluated against --snpcapture_bed rather than --pmdtools_reference_mask
1415
- Renamed a range of MultiQC general stats table headers to improve clarity, documentation has been updated accordingly.
1516

conf/test_full.config

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ params {
2121
bwaalnl = 1024
2222

2323
run_bam_filtering = true
24-
bam_discard_unmapped = true
2524
bam_unmapped_type = 'discard'
2625
bam_mapping_quality_threshold = 25
2726

conf/test_stresstest_human.config

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ params {
2424
mtnucratio_header = 'ChrM'
2525

2626
run_bam_filtering = true
27-
bam_discard_unmapped = true
2827
bam_unmapped_type = 'discard'
2928
bam_mapping_quality_threshold = 30
3029

0 commit comments

Comments
 (0)