Skip to content

Commit f4b3657

Browse files
authored
Merge pull request #1521 from delagoya/fix-gtf2bed-perl-version
updated the conda package version specification for Perl for the local module gtf2bed
2 parents 174d5b2 + 1b01971 commit f4b3657

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1616
- [PR #1496](https://github.com/nf-core/rnaseq/pull/1496) - Template update for nf-core/tools v3.2.0
1717
- [PR #1499](https://github.com/nf-core/rnaseq/pull/1499) - Bump MultiQC module to 1.27
1818
- [PR #1508](https://github.com/nf-core/rnaseq/pull/1508) - Fix missing Bracken results in the MultiQC report
19+
- [PR #1521](https://github.com/nf-core/rnaseq/pull/1521) - Updated Perl conda package version for local module gtf2bed for Arm compatibility.
1920

2021
# 3.18.0 - 2024-12-19
2122

modules/local/gtf2bed/environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ channels:
22
- conda-forge
33
- bioconda
44
dependencies:
5-
- conda-forge::perl=5.26.2
5+
- conda-forge::perl>=5.26.2

0 commit comments

Comments
 (0)