Skip to content

Commit 4053b2e

Browse files
authored
Merge pull request #1384 from nf-core/dev
Dev -> Master for 3.15.1
2 parents 4e34945 + b91e759 commit 4053b2e

File tree

85 files changed

+281
-269
lines changed

Some content is hidden

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

85 files changed

+281
-269
lines changed

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,16 @@
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+
## [[3.15.1](https://github.com/nf-core/rnaseq/releases/tag/3.15.1)] - 2024-09-16
7+
8+
### Enhancements & fixes
9+
10+
- [PR #1374](https://github.com/nf-core/rnaseq/pull/1374) - Bump pipeline version to 3.16.0dev
11+
- [PR #1380](https://github.com/nf-core/rnaseq/pull/1380) - Fix issues with R modules changing sample names
12+
- [PR #1381](https://github.com/nf-core/rnaseq/pull/1381) - Update all modules following massive conda usage update in nf-core modules
13+
- [PR #1382](https://github.com/nf-core/rnaseq/pull/1381) - Slight fixes for rnaseq preprocessing
14+
- [P$ #1383](https://github.com/nf-core/rnaseq/pull/1383) - Prerelease 3.15.1 version bumps
15+
616
## [[3.15.0](https://github.com/nf-core/rnaseq/releases/tag/3.15.0)] - 2024-09-04
717

818
### Credits

modules.json

+53-53
Large diffs are not rendered by default.

modules/local/deseq2_qc/environment.yml

-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
1-
name: deseq2_qc
21
channels:
32
- conda-forge
43
- bioconda
5-
- defaults
64
dependencies:
75
- conda-forge::r-base
86
- conda-forge::r-optparse

modules/local/gtf2bed/environment.yml

-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
1-
name: gtf2bed
21
channels:
32
- conda-forge
43
- bioconda
5-
- defaults
64
dependencies:
75
- conda-forge::perl=5.26.2
-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
1-
name: gtf_filter
21
channels:
32
- conda-forge
43
- bioconda
5-
- defaults
64
dependencies:
75
- conda-forge::python=3.9.5
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
1-
name: multiqc_custom_biotype
21
channels:
32
- conda-forge
43
- bioconda
5-
- defaults
64
dependencies:
75
- conda-forge::python=3.9.5
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
1-
name: preprocess_transcripts_fasta_gencode
21
channels:
32
- conda-forge
43
- bioconda
5-
- defaults
64
dependencies:
75
- conda-forge::sed=4.7
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
1-
name: rsem_merge_counts
21
channels:
32
- conda-forge
43
- bioconda
5-
- defaults
64
dependencies:
75
- conda-forge::sed=4.7

modules/local/star_align_igenomes/environment.yml

-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
1-
name: star_align_igenomes
21
channels:
32
- conda-forge
43
- bioconda
5-
- defaults
64
dependencies:
75
- bioconda::star=2.6.1d
86
- bioconda::samtools=1.10

modules/local/star_genomegenerate_igenomes/environment.yml

-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
1-
name: star_genomegenerate_igenomes
21
channels:
32
- conda-forge
43
- bioconda
5-
- defaults
64
dependencies:
75
- bioconda::star=2.6.1d
86
- bioconda::samtools=1.10

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

-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

modules/nf-core/bedtools/genomecov/environment.yml

-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

modules/nf-core/cat/fastq/environment.yml

-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

modules/nf-core/custom/catadditionalfasta/environment.yml

-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

modules/nf-core/custom/catadditionalfasta/templates/fasta2gtf.py

+12-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

modules/nf-core/custom/getchromsizes/environment.yml

-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

modules/nf-core/custom/tx2gene/environment.yml

-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

modules/nf-core/custom/tx2gene/templates/tx2gene.py

+3-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

modules/nf-core/dupradar/environment.yml

-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

modules/nf-core/fastp/environment.yml

-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

modules/nf-core/fastqc/environment.yml

-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

modules/nf-core/fq/subsample/environment.yml

-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

modules/nf-core/gffread/environment.yml

-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

modules/nf-core/gunzip/environment.yml

-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

modules/nf-core/hisat2/align/environment.yml

-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

modules/nf-core/hisat2/align/main.nf

+3-6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

modules/nf-core/hisat2/build/environment.yml

-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

modules/nf-core/hisat2/build/main.nf

+2-5
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)