Skip to content

Commit 9377942

Browse files
committed
Remove deprecated parameters from test profiles
1 parent 1b6dff8 commit 9377942

3 files changed

Lines changed: 2 additions & 2 deletions

File tree

CHANGELOG.md

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

1010
### `Fixed`
1111

12+
- [#836](https://github.com/nf-core/eager/issues/836) Remove deprecated parameters from test profiles
13+
1214
### `Dependencies`
1315

1416
### `Deprecated`

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)