Skip to content

Commit a5e831f

Browse files
authored
Merge branch 'dev' into arm_3.16.1
2 parents 56f1a47 + 3671d59 commit a5e831f

File tree

168 files changed

+5130
-3929
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

168 files changed

+5130
-3929
lines changed

.github/workflows/ci.yml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,26 @@ jobs:
6565
profile: "conda"
6666
- isMaster: false
6767
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"
6888
steps:
6989
- name: Check out pipeline code
7090
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
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
7+
8+
### Credits
9+
10+
### Enhancements & fixes
11+
12+
- [PR #1418](https://github.com/nf-core/rnaseq/pull/1418) - Bump versions back to 3.17.0 after release
13+
- [PR #1422](https://github.com/nf-core/rnaseq/pull/1422) - Bump lots of modules so that conda versions have ARM builds
14+
- [PR #1423](https://github.com/nf-core/rnaseq/pull/1423) - Bump STAR version for version with ARM Conda build
15+
- [PR #1424](https://github.com/nf-core/rnaseq/pull/1424) - Patch sortmerna to 4.3.7 for ARM compatibility
16+
617
## [[3.16.1](https://github.com/nf-core/rnaseq/releases/tag/3.16.1)] - 2024-10-16
718

819
### Credits
@@ -18,8 +29,11 @@ Special thanks to the following for their contributions to the release:
1829
- [PR #1401](https://github.com/nf-core/rnaseq/pull/1401) - Template update for nf-core/tools v3.0.1
1930
- [PR #1405](https://github.com/nf-core/rnaseq/pull/1405) - Fix bad variable name in subworkflow
2031
- [PR #1406](https://github.com/nf-core/rnaseq/pull/1406) - Keep only one samplesheetToList
32+
- [PR #1409](https://github.com/nf-core/rnaseq/pull/1409) - Fix manifest DOI text
2133
- [PR #1410](https://github.com/nf-core/rnaseq/pull/1410) - Fix issues caused by empty versions from trimming subworkflows
2234
- [PR #1412](https://github.com/nf-core/rnaseq/pull/1412) - Reset versions back to 3.16.1 for patch release
35+
- [PR #1415](https://github.com/nf-core/rnaseq/pull/1415) - Disable pipeline level conda tests
36+
- [PR #1416](https://github.com/nf-core/rnaseq/pull/1416) - Really disable pipeline level conda tests
2337

2438
### Parameters
2539

modules.json

Lines changed: 61 additions & 60 deletions
Large diffs are not rendered by default.

modules/nf-core/bbmap/bbsplit/environment.yml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

modules/nf-core/bbmap/bbsplit/main.nf

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

modules/nf-core/bbmap/bbsplit/meta.yml

Lines changed: 76 additions & 49 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

modules/nf-core/bbmap/bbsplit/tests/main.nf.test.snap

Lines changed: 18 additions & 18 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

modules/nf-core/bedtools/genomecov/bedtools-genomecov.diff

Lines changed: 0 additions & 37 deletions
This file was deleted.

modules/nf-core/bedtools/genomecov/main.nf

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)