Skip to content

Commit 2f0621f

Browse files
committed
Add changelog and fix for issue with index
1 parent 59fbcc1 commit 2f0621f

2 files changed

Lines changed: 17 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 16 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/)
@@ -13,18 +14,19 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
1314
/(https://github.com/nf-core/eager/issues/182)
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
16-
* Don't ignore DamageProfiler errors anymore
17+
* Don't ignore DamageProfiler errors anymore
1718

1819
### `Fixed`
20+
1921
* [#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)
2022
* [#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)
2123
* [#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)
2224
* [#174](https://github.com/nf-core/eager/pull/190) - Publish DeDup files [properly](https://github.com/nf-core/eager/issues/183)
2325
* [#196](https://github.com/nf-core/eager/pull/196) - Fix reference [issues](https://github.com/nf-core/eager/issues/150)
2426
* [#196](https://github.com/nf-core/eager/pull/196) - Fix issues with PE data being mapped incompletely
2527
* [#200](https://github.com/nf-core/eager/pull/200) - Fix minor issue with some [typos](https://github.com/nf-core/eager/pull/196)
26-
* [#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
27-
28+
* [#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
29+
* [#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)
2830

2931
### `Dependencies`
3032

@@ -35,7 +37,6 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
3537
* Updated damageprofiler 0.4.4 -> 0.4.5
3638
* Updated r-rmarkdown 1.11 -> 1.12
3739

38-
3940
## [2.0.6] - 2019-03-05
4041

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

5354
### `Dependencies`
55+
5456
* Picard Tools 2.18.23 -> 2.18.27
5557
* GATK 4.0.12.0 -> 4.1.0.0
5658
* FastP 0.19.6 -> 0.19.7
5759

5860
## [2.0.5] - 2019-01-28
5961

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

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

6872
### `Dependencies`
73+
6974
* Picard Tools 2.18.21 -> 2.18.23
7075
* R-Markdown 1.10 -> 1.11
7176
* FastP 0.19.5 -> 0.19.6
7277

7378
## [2.0.4] - 2019-01-09
7479

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

8995
### `Added`
96+
9097
* [#80](https://github.com/nf-core/eager/pull/80) - BWA Index file handling
9198
* [#77](https://github.com/nf-core/eager/pull/77) - Lots of documentation updates by [@jfy133](https://github.com/jfy133)
9299
* [#81](https://github.com/nf-core/eager/pull/81) - Renaming of certain BAM options
93100
* [#92](https://github.com/nf-core/eager/issues/92) - Complete restructure of BAM options
94101

95102
### `Fixed`
103+
96104
* [#84](https://github.com/nf-core/eager/pull/85) - Fix for [Samtools index issues](https://github.com/nf-core/eager/issues/84)
97105
* [#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)
98106

99107
### Other
108+
100109
* Added Slack button to repository readme
101110

102111
## [2.0.2] - 2018-11-03
103112

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

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

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

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

main.nf

Lines changed: 1 addition & 1 deletion
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:

0 commit comments

Comments
 (0)