Skip to content

Commit 27d0d87

Browse files
authored
Merge branch 'dev' into postmapfilter-stats
2 parents 08c7fbf + 74867fe commit 27d0d87

2 files changed

Lines changed: 20 additions & 7 deletions

File tree

CHANGELOG.md

Lines changed: 17 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# nf-core/eager: Changelog
2+
23
All notable changes to this project will be documented in this file.
34

45
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
@@ -14,18 +15,20 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
1415
* Merged in [nf-core/tools](https://github.com/nf-core/tools) release V1.6 template changes
1516
* A lot more automated tests using Travis CI
1617
* Don't ignore DamageProfiler errors anymore
17-
* Added post-mapping filtering statistics module and corresponding MultiQC statistics [#217](https://github.com/nf-core/eager/issues/217)
18+
* [#220](https://github.com/nf-core/eager/pull/220) - Added post-mapping filtering statistics module and corresponding MultiQC statistics [#217](https://github.com/nf-core/eager/issues/217)
19+
1820

1921
### `Fixed`
22+
2023
* [#152](https://github.com/nf-core/eager/pull/152) - DamageProfiler errors [won't crash entire pipeline anymore](https://github.com/nf-core/eager/issues/171)
2124
* [#176](https://github.com/nf-core/eager/pull/176) - Increase runtime for DamageProfiler on [large reference genomes](https://github.com/nf-core/eager/issues/173)
2225
* [#172](https://github.com/nf-core/eager/pull/152) - DamageProfiler errors [won't crash entire pipeline anymore](https://github.com/nf-core/eager/issues/171)
2326
* [#174](https://github.com/nf-core/eager/pull/190) - Publish DeDup files [properly](https://github.com/nf-core/eager/issues/183)
2427
* [#196](https://github.com/nf-core/eager/pull/196) - Fix reference [issues](https://github.com/nf-core/eager/issues/150)
2528
* [#196](https://github.com/nf-core/eager/pull/196) - Fix issues with PE data being mapped incompletely
2629
* [#200](https://github.com/nf-core/eager/pull/200) - Fix minor issue with some [typos](https://github.com/nf-core/eager/pull/196)
27-
* [#210](https://github.com/nf-core/eager/pull/210) - Fix PMDTools [encoding issue](https://github.com/pontussk/PMDtools/issues/6) from `samtools calmd` generated files by running through `samtools view` first
28-
30+
* [#210](https://github.com/nf-core/eager/pull/210) - Fix PMDTools [encoding issue](https://github.com/pontussk/PMDtools/issues/6) from `samtools calmd` generated files by running through `sa]mtools view` first
31+
* [#221](https://github.com/nf-core/eager/pull/221) - Fix BWA Index [not being reused by multiple samples](https://github.com/nf-core/eager/issues/219)
2932

3033
### `Dependencies`
3134

@@ -36,7 +39,6 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
3639
* Updated damageprofiler 0.4.4 -> 0.4.5
3740
* Updated r-rmarkdown 1.11 -> 1.12
3841

39-
4042
## [2.0.6] - 2019-03-05
4143

4244
### `Added`
@@ -52,28 +54,33 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
5254
* [#145](https://github.com/nf-core/eager/pull/145) - Added Picard Memory Handling [fix](https://github.com/nf-core/eager/issues/144)
5355

5456
### `Dependencies`
57+
5558
* Picard Tools 2.18.23 -> 2.18.27
5659
* GATK 4.0.12.0 -> 4.1.0.0
5760
* FastP 0.19.6 -> 0.19.7
5861

5962
## [2.0.5] - 2019-01-28
6063

6164
### `Added`
65+
6266
* [#127](https://github.com/nf-core/eager/pull/127) - Added a second testcase for testing the pipeline properly
6367
* [#129](https://github.com/nf-core/eager/pull/129) - Support BAM files as [input format](https://github.com/nf-core/eager/issues/41)
6468
* [#131](https://github.com/nf-core/eager/pull/131) - Support different [reference genome file extensions](https://github.com/nf-core/eager/issues/130)
6569

6670
### `Fixed`
71+
6772
* [#128](https://github.com/nf-core/eager/issues/128) - Fixed reference genome handling errors
6873

6974
### `Dependencies`
75+
7076
* Picard Tools 2.18.21 -> 2.18.23
7177
* R-Markdown 1.10 -> 1.11
7278
* FastP 0.19.5 -> 0.19.6
7379

7480
## [2.0.4] - 2019-01-09
7581

7682
### `Added`
83+
7784
* [#111](https://github.com/nf-core/eager/pull/110) - Allow [Zipped FastA reference input](https://github.com/nf-core/eager/issues/91)
7885
* [#113](https://github.com/nf-core/eager/pull/113) - All files are now staged via channels, which is considered best practice by Nextflow
7986
* [#114](https://github.com/nf-core/eager/pull/113) - Add proper runtime defaults for multiple processes
@@ -88,27 +95,33 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
8895
## [2.0.3] - 2018-12-12
8996

9097
### `Added`
98+
9199
* [#80](https://github.com/nf-core/eager/pull/80) - BWA Index file handling
92100
* [#77](https://github.com/nf-core/eager/pull/77) - Lots of documentation updates by [@jfy133](https://github.com/jfy133)
93101
* [#81](https://github.com/nf-core/eager/pull/81) - Renaming of certain BAM options
94102
* [#92](https://github.com/nf-core/eager/issues/92) - Complete restructure of BAM options
95103

96104
### `Fixed`
105+
97106
* [#84](https://github.com/nf-core/eager/pull/85) - Fix for [Samtools index issues](https://github.com/nf-core/eager/issues/84)
98107
* [#96](https://github.com/nf-core/eager/issues/96) - Fix for [MarkDuplicates issues](https://github.com/nf-core/eager/issues/96) found by [@nilesh-tawari](https://github.com/nilesh-tawari)
99108

100109
### Other
110+
101111
* Added Slack button to repository readme
102112

103113
## [2.0.2] - 2018-11-03
104114

105115
### `Changed`
116+
106117
* [#70](https://github.com/nf-core/eager/issues/70) - Uninitialized `readPaths` warning removed
107118

108119
### `Added`
120+
109121
* [#73](https://github.com/nf-core/eager/pull/73) - Travis CI Testing of Conda Environment added
110122

111123
### `Fixed`
124+
112125
* [#72](https://github.com/nf-core/eager/issues/72) - iconv Issue with R in conda environment
113126

114127
## [2.0.1] - 2018-11-02

main.nf

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -709,7 +709,7 @@ process bwa {
709709

710710
input:
711711
set val(name), file(reads) from ch_clipped_reads.mix(ch_read_files_converted_mapping_bwa)
712-
file index from bwa_index
712+
file index from bwa_index.collect()
713713

714714

715715
output:
@@ -776,7 +776,7 @@ process circularmapper{
776776

777777
input:
778778
set val(name), file(reads) from ch_clipped_reads_circularmapper.mix(ch_read_files_converted_mapping_cm)
779-
file index from ch_circularmapper_indices
779+
file index from ch_circularmapper_indices.collect()
780780
file fasta from fasta_for_indexing
781781

782782
output:
@@ -821,7 +821,7 @@ process bwamem {
821821

822822
input:
823823
set val(name), file(reads) from ch_clipped_reads_bwamem.mix(ch_read_files_converted_mapping_bwamem)
824-
file index from bwa_index_bwamem
824+
file index from bwa_index_bwamem.collect()
825825

826826
output:
827827
file "*.sorted.bam" into ch_bwamem_mapped_reads_flagstat,ch_bwamem_mapped_reads_filter,ch_bwamem_mapped_reads_preseq, ch_bwamem_mapped_reads_damageprofiler, ch_bwamem_mapped_reads_strip

0 commit comments

Comments
 (0)