Skip to content

Commit 64d0e3d

Browse files
authored
Merge pull request #259 from WackerO/bump_versions
Bump versions for release 2.5
2 parents 284a057 + 0b1409f commit 64d0e3d

File tree

6 files changed

+15
-11
lines changed

6 files changed

+15
-11
lines changed

.github/workflows/ci.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -39,14 +39,14 @@ jobs:
3939
environment.yml
4040
- name: Build new docker image
4141
if: env.MATCHED_FILES
42-
run: docker build --no-cache . -t ghcr.io/qbic-pipelines/rnadeseq:2.4
42+
run: docker build --no-cache . -t ghcr.io/qbic-pipelines/rnadeseq:2.5
4343

4444
# Change the version above and the third version below before/after release
4545
- name: Pull docker image
4646
if: ${{ !env.MATCHED_FILES }}
4747
run: |
4848
docker pull ghcr.io/qbic-pipelines/rnadeseq:dev
49-
docker tag ghcr.io/qbic-pipelines/rnadeseq:dev ghcr.io/qbic-pipelines/rnadeseq:2.4
49+
docker tag ghcr.io/qbic-pipelines/rnadeseq:dev ghcr.io/qbic-pipelines/rnadeseq:2.5
5050
5151
- name: Install Nextflow
5252
uses: nf-core/setup-nextflow@v1
@@ -93,14 +93,14 @@ jobs:
9393
environment.yml
9494
- name: Build new docker image
9595
if: env.MATCHED_FILES
96-
run: docker build --no-cache . -t ghcr.io/qbic-pipelines/rnadeseq:2.4
96+
run: docker build --no-cache . -t ghcr.io/qbic-pipelines/rnadeseq:2.5
9797

9898
# Change the version above and the third version below before/after release
9999
- name: Pull docker image
100100
if: ${{ !env.MATCHED_FILES }}
101101
run: |
102102
docker pull ghcr.io/qbic-pipelines/rnadeseq:dev
103-
docker tag ghcr.io/qbic-pipelines/rnadeseq:dev ghcr.io/qbic-pipelines/rnadeseq:2.4
103+
docker tag ghcr.io/qbic-pipelines/rnadeseq:dev ghcr.io/qbic-pipelines/rnadeseq:2.5
104104
105105
- name: Install Nextflow
106106
uses: nf-core/setup-nextflow@v1

CHANGELOG.md

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

6-
## dev
6+
## 2.5 - The Potato Eaters
77

88
### Added
99

@@ -14,8 +14,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1414

1515
### Changed
1616

17+
- [#260](https://github.com/qbic-pipelines/rnadeseq/pull/260) Release 2.5
18+
- [#259](https://github.com/qbic-pipelines/rnadeseq/pull/259) Bump versions for release 2.5
19+
1720
### Fixed
1821

22+
- [#258](https://github.com/qbic-pipelines/rnadeseq/pull/258) Fixed some comments for release (removed excess checks for pathway_adj_pval_threshold, added default explanation of that param to Execute_report.R, fixed some whitespace)
1923
- [#252](https://github.com/qbic-pipelines/rnadeseq/pull/252) Fixed github CI bug by updating actions/upload-artifact
2024
- [#250](https://github.com/qbic-pipelines/rnadeseq/pull/250) Fixed incorrect reading and indexing of contrast_pairs
2125

Dockerfile

+3-3
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@ LABEL org.opencontainers.image.authors="Gisela Gabernet, Alexander Peltzer, Oska
55
LABEL org.opencontainers.image.licenses=MIT
66
COPY environment.yml /
77
#RUN conda install -c conda-forge mamba
8-
RUN mamba env create --file /environment.yml -p /opt/conda/envs/qbic-pipelines-rnadeseq-2.4 && \
8+
RUN mamba env create --file /environment.yml -p /opt/conda/envs/qbic-pipelines-rnadeseq-2.5 && \
99
mamba clean --all --yes
1010
RUN apt-get update -qq && \
1111
apt-get install -y zip procps ghostscript
1212
# Add conda installation dir to PATH
13-
ENV PATH /opt/conda/envs/qbic-pipelines-rnadeseq-2.4/bin:$PATH
13+
ENV PATH /opt/conda/envs/qbic-pipelines-rnadeseq-2.5/bin:$PATH
1414
# Dump the details of the installed packates to a file for posterity
15-
RUN mamba env export --name qbic-pipelines-rnadeseq-2.4 > qbic-pipelines-rnadeseq-2.4.yml
15+
RUN mamba env export --name qbic-pipelines-rnadeseq-2.5 > qbic-pipelines-rnadeseq-2.5.yml
1616
# Instruct R processes to use these empty files instead of clashing with a local config
1717
RUN touch .Rprofile
1818
RUN touch .Renviron

environment.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# You can use this file to create a conda environment for this pipeline:
22
# conda env create -f environment.yml
33
# use this to find packages: https://anaconda.org/
4-
name: qbic-pipelines-rnadeseq-2.4
4+
name: qbic-pipelines-rnadeseq-2.5
55
channels:
66
- bioconda
77
- conda-forge

modules/local/report.nf

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
process REPORT {
22

3-
container 'ghcr.io/qbic-pipelines/rnadeseq:2.4'
3+
container 'ghcr.io/qbic-pipelines/rnadeseq:2.5'
44

55
input:
66
path gene_counts

nextflow.config

+1-1
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@ manifest {
277277
description = """Differential gene expression analysis and pathway analysis of RNAseq data"""
278278
mainScript = 'main.nf'
279279
nextflowVersion = '!>=23.04.0'
280-
version = '2.4'
280+
version = '2.5'
281281
doi = ''
282282
}
283283

0 commit comments

Comments
 (0)