Skip to content

Commit bb32ae3

Browse files
authored
Merge pull request #936 from nf-core/patch
Patch 2.4.6
2 parents 42c9d5f + 8c97202 commit bb32ae3

11 files changed

+2058
-2074
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -37,13 +37,13 @@ jobs:
3737
3838
- name: Build new docker image
3939
if: env.MATCHED_FILES
40-
run: docker build --no-cache . -t nfcore/eager:2.4.5
40+
run: docker build --no-cache . -t nfcore/eager:2.4.6
4141

4242
- name: Pull docker image
4343
if: ${{ !env.MATCHED_FILES }}
4444
run: |
4545
docker pull nfcore/eager:dev
46-
docker tag nfcore/eager:dev nfcore/eager:2.4.5
46+
docker tag nfcore/eager:dev nfcore/eager:2.4.6
4747
4848
- name: Install Nextflow
4949
env:

CHANGELOG.md

+24-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,30 @@
33
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
44
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
55

6-
## [2.4.5] - 2022-07-39
6+
## [2.4.6] - 2022-11-14
7+
8+
### `Added`
9+
10+
- [#933](https://github.com/nf-core/eager/issues/933) Added support for customising --seq-length in mapDamage rescaling (♥ to @ashildv for requesting)
11+
12+
### `Fixed`
13+
14+
- Changed endors.py license from GPL to MIT (♥ to @aidaanva for fixing)
15+
- Removed erroneous R2 in single-end example in input TSV of usage docs (♥ to @aidaanva for fixing)
16+
- [#928](https://github.com/nf-core/eager/issues/928) Fixed read group incompatibility by re-adding picard AddOrReplaceReadGroups for MultiVCFAnalyzer (♥ to @aidaanva, @meganemichel for reporting)
17+
- Fixed edge case of DamageProfiler occasionally requiring FASTA index (♥ to @asmaa-a-abdelwahab for reporting)
18+
- [#834](https://github.com/nf-core/eager/issues/834) Increased significance values in general stats table for Qualimap mean/median coverages (♥ to @neija2611 for reporting)
19+
- Fixed parameter documentation for `--snpcapture_bed` regarding on-target SNP stats to state these stats currently not displayed in MultiQC only in the Qualimap results (♥ to @meganemichel and @TCLamnidis for reporting)
20+
- [#934](https://github.com/nf-core/eager/issues/934) Fixed broken parameter setting in mapDamage2 rescale length (♥ to @ashildv for reporting)
21+
22+
### `Dependencies`
23+
24+
- Updated MultiQC to official 1.13 version (rather than alpha)
25+
- Added pinned MALT dependency to ensure working version in future versions of eager
26+
27+
### `Deprecated`
28+
29+
## [2.4.5] - 2022-08-02
730

831
### `Added`
932

Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ COPY environment.yml /
77
RUN conda env create --quiet -f /environment.yml && conda clean -a
88

99
# Add conda installation dir to PATH (instead of doing 'conda activate')
10-
ENV PATH /opt/conda/envs/nf-core-eager-2.4.5/bin:$PATH
10+
ENV PATH /opt/conda/envs/nf-core-eager-2.4.6/bin:$PATH
1111

1212
# Dump the details of the installed packages to a file for posterity
13-
RUN conda env export --name nf-core-eager-2.4.5 > nf-core-eager-2.4.5.yml
13+
RUN conda env export --name nf-core-eager-2.4.6 > nf-core-eager-2.4.6.yml

README.md

+10-3
Original file line numberDiff line numberDiff line change
@@ -160,29 +160,36 @@ of this pipeline:
160160

161161
Those who have provided conceptual guidance, suggestions, bug reports etc.
162162

163+
* [Alex Hübner](https://github.com/alexhbnr)
163164
* [Alexandre Gilardet](https://github.com/alexandregilardet)
164165
* Arielle Munters
165166
* [Åshild Vågene](https://github.com/ashildv)
167+
* [Asmaa Ali](https://github.com/asmaa-a-abdelwahab)
166168
* [Charles Plessy](https://github.com/charles-plessy)
167169
* [Elina Salmela](https://github.com/esalmela)
170+
* [Fabian Lehmann](https://github.com/Lehmann-Fabian)
171+
* [He Yu](https://github.com/paulayu)
168172
* [Hester van Schalkwyk](https://github.com/hesterjvs)
169173
* [Ido Bar](https://github.com/IdoBar)
170174
* [Irina Velsko](https://github.com/ivelsko)
171175
* [Işın Altınkaya](https://github.com/isinaltinkaya)
172176
* [Johan Nylander](https://github.com/nylander)
177+
* [Jonas Niemann](https://github.com/NiemannJ)
173178
* [Katerine Eaton](https://github.com/ktmeaton)
174179
* [Kathrin Nägele](https://github.com/KathrinNaegele)
180+
* [Kevin Lord](https://github.com/lordkev)
181+
* [Laura Lacher](https://github.com/neija2611)
175182
* [Luc Venturini](https://github.com/lucventurini)
183+
* [Mahesh Binzer-Panchal](https://github.com/mahesh-panchal)
176184
* [Marcel Keller](https://github.com/marcel-keller)
177185
* [Megan Michel](https://github.com/meganemichel)
178186
* [Pierre Lindenbaum](https://github.com/lindenb)
179187
* [Pontus Skoglund](https://github.com/pontussk)
180188
* [Raphael Eisenhofer](https://github.com/EisenRa)
181189
* [Roberta Davidson](https://github.com/roberta-davidson)
182-
* [Torsten Günter](https://bitbucket.org/tguenther/)
183-
* [Kevin Lord](https://github.com/lordkev)
184-
* [He Yu](https://github.com/paulayu)
190+
* [Rodrigo Barquera](https://github.com/RodrigoBarquera)
185191
* [Selina Carlhoff](https://github.com/scarlhoff)
192+
* [Torsten Günter](https://bitbucket.org/tguenther)
186193

187194
If you've contributed and you're missing in here, please let us know and we will add you in of course!
188195

0 commit comments

Comments
 (0)