|
3 | 3 | The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) |
4 | 4 | and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). |
5 | 5 |
|
| 6 | +## v2.3.5 - 2021-06-03 |
| 7 | + |
| 8 | +### `Added` |
| 9 | + |
| 10 | +- [#722](https://github.com/nf-core/eager/issues/722) - Adds bwa `-o` flag for more flexibility in bwa parameters |
| 11 | +- [#736](https://github.com/nf-core/eager/issues/736) - Add printing of multiqc run report location on successful completion |
| 12 | +- New logo that is more visible when a user is using darkmode on GitHub or nf-core website! |
| 13 | + |
| 14 | +### `Fixed` |
| 15 | + |
| 16 | +- [#723](https://github.com/nf-core/eager/issues/723) - Fixes empty fields in TSV resulting in uninformative error |
| 17 | +- Updated template to nf-core/tools 1.14 |
| 18 | +- [#688](https://github.com/nf-core/eager/issues/688) - Clarified the pipeline is not just for humans and microbes, but also plants and animals, and also for modern DNA |
| 19 | +- [#751](https://github.com/nf-core/eager/pull/751) - Added missing label to mtnucratio |
| 20 | +- General code cleanup and standardisation of parameters with no default setting |
| 21 | +- [#750](https://github.com/nf-core/eager/issues/750) - Fixed piped commands requesting the same number of CPUs at each command step |
| 22 | +- [#757](https://github.com/nf-core/eager/issues/757) - Removed confusing 'Data Type' variable from MultiQC workflow summary (not consistent with TSV input) |
| 23 | +- [#759](https://github.com/nf-core/eager/pull/759) - Fixed malformed software scraping regex that resulted in N/A in MultiQC report |
| 24 | +- [#761](https://github.com/nf-core/eager/pull/759) - Fixed issues related to instability of samtools filtering related CI tests |
| 25 | + |
| 26 | +### `Dependencies` |
| 27 | + |
| 28 | +### `Deprecated` |
| 29 | + |
6 | 30 | ## v2.3.4 - 2021-05-05 |
7 | 31 |
|
8 | 32 | ### `Added` |
9 | 33 |
|
10 | | -- [#729](https://github.com/nf-core/eager/issues/729) Added Bowtie2 flag `--maxins` for PE mapping modern DNA mapping contexts |
| 34 | +- [#729](https://github.com/nf-core/eager/issues/729) - Added Bowtie2 flag `--maxins` for PE mapping modern DNA mapping contexts |
11 | 35 |
|
12 | 36 | ### `Fixed` |
13 | 37 |
|
14 | 38 | - Corrected explanation of the "--min_adap_overlap" parameter for AdapterRemoval in the docs |
15 | | -- [#725](https://github.com/nf-core/eager/pull/725) `bwa_index` doc update |
| 39 | +- [#725](https://github.com/nf-core/eager/pull/725) - `bwa_index` doc update |
16 | 40 | - Re-adds gzip piping to AdapterRemovalFixPrefix to speed up process after reports of being very slow |
17 | 41 | - Updated DamageProfiler citation from bioRxiv to publication |
18 | 42 |
|
|
0 commit comments