Skip to content

Commit 1c5d267

Browse files
authored
Merge pull request #1437 from maxulysse/CHANGELOG
update CHANGELOG
2 parents 434f0b7 + 3890344 commit 1c5d267

File tree

2 files changed

+32
-38
lines changed

2 files changed

+32
-38
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -54,37 +54,14 @@ jobs:
5454
- "latest-everything"
5555
nf_test_files: ["${{ fromJson(needs.nf-test-changes.outputs.nf_test_files) }}"]
5656
profile:
57-
- "conda"
5857
- "docker"
5958
- "singularity"
6059
isMaster:
6160
- ${{ github.base_ref == 'master' }}
6261
# Exclude conda and singularity on dev
6362
exclude:
64-
- isMaster: false
65-
profile: "conda"
6663
- isMaster: false
6764
profile: "singularity"
68-
- profile: "conda"
69-
nf_test_files: "tests/default.nf.test"
70-
- profile: "conda"
71-
nf_test_files: "tests/featurecounts_group_type.nf.test"
72-
- profile: "conda"
73-
nf_test_files: "tests/hisat2.nf.test"
74-
- profile: "conda"
75-
nf_test_files: "tests/kallisto.nf.test"
76-
- profile: "conda"
77-
nf_test_files: "tests/min_mapped_reads.nf.test"
78-
- profile: "conda"
79-
nf_test_files: "tests/remove_ribo_rna.nf.test"
80-
- profile: "conda"
81-
nf_test_files: "tests/salmon.nf.test"
82-
- profile: "conda"
83-
nf_test_files: "tests/skip_qc.nf.test"
84-
- profile: "conda"
85-
nf_test_files: "tests/skip_trimming.nf.test"
86-
- profile: "conda"
87-
nf_test_files: "tests/star_rsem.nf.test"
8865
steps:
8966
- name: Check out pipeline code
9067
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
@@ -104,21 +81,6 @@ jobs:
10481
mkdir -p $NXF_SINGULARITY_CACHEDIR
10582
mkdir -p $NXF_SINGULARITY_LIBRARYDIR
10683
107-
- name: Set up Miniconda
108-
if: matrix.profile == 'conda'
109-
uses: conda-incubator/setup-miniconda@a4260408e20b96e80095f42ff7f1a15b27dd94ca # v3
110-
with:
111-
miniconda-version: "latest"
112-
auto-update-conda: true
113-
conda-solver: libmamba
114-
channels: conda-forge,bioconda
115-
116-
- name: Set up Conda
117-
if: matrix.profile == 'conda'
118-
run: |
119-
echo $(realpath $CONDA)/condabin >> $GITHUB_PATH
120-
echo $(realpath python) >> $GITHUB_PATH
121-
12284
- name: Install nf-test
12385
uses: nf-core/setup-nf-test@v1
12486
with:

CHANGELOG.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,38 @@ Special thanks to the following for their contributions to the release:
2222
- [PR #1425](https://github.com/nf-core/rnaseq/pull/1425) - Add profile for ARM compatibility
2323
- [PR #1432](https://github.com/nf-core/rnaseq/pull/1432) - Bump versions for 3.17.0 release
2424
- [PR #1434](https://github.com/nf-core/rnaseq/pull/1434) - Default registry is quay.io for all containers
25+
- [PR #1437](https://github.com/nf-core/rnaseq/pull/1437) - Update software dependencies
26+
- [PR #1437](https://github.com/nf-core/rnaseq/pull/1437) - Remove conda from test matrix
27+
28+
### Software dependencies
29+
30+
| Dependency | Old version | New version |
31+
| ----------------------------- | ----------- | ----------- |
32+
| `bbmap` | 39.01 | 39.10 |
33+
| `coreutils` | 8.30 | 9.5 |
34+
| `fq` | 0.9.1 | 0.12.0 |
35+
| `python (catadditionalfasta)` | 3.9.5 | 3.12.2 |
36+
| `python (tx2gene)` | 3.9.5 | 3.10.4 |
37+
| `cutadapt` | 3.4 | 4.9 |
38+
| `htslib (star)` | 1.18 | 1.20 |
39+
| `htslib` | 1.20 | 1.21 |
40+
| `kallisto` | 0.48.0 | 0.51.1 |
41+
| `preseq` | 3.1.2 | 3.2.0 |
42+
| `salmon` | 1.10.1 | 1.10.3 |
43+
| `samtools (star)` | 1.18 | 1.20 |
44+
| `samtools` | 1.20 | 1.21 |
45+
| `sortmerna` | 4.3.6 | 4.3.7 |
46+
| `star` | 2.7.10a | =2.7.11b |
47+
| `stringtie` | 2.2.1 | 2.2.3 |
48+
| `subread` | 2.0.1 | 2.0.6 |
49+
| `trim-galore` | 0.6.7 | 0.6.10 |
50+
| `ucsc-bedgraphtobigwig` | 445 | 469 |
51+
52+
> **NB:** Dependency has been **updated** if both old and new version information is present.
53+
>
54+
> **NB:** Dependency has been **added** if just the new version information is present.
55+
>
56+
> **NB:** Dependency has been **removed** if new version information isn't present.
2557
2658
## [[3.16.1](https://github.com/nf-core/rnaseq/releases/tag/3.16.1)] - 2024-10-16
2759

0 commit comments

Comments
 (0)