Skip to content

Commit

Permalink
Merge pull request #1384 from nf-core/dev
Browse files Browse the repository at this point in the history
Dev -> Master for 3.15.1
  • Loading branch information
pinin4fjords authored Sep 16, 2024
2 parents 4e34945 + b91e759 commit 4053b2e
Show file tree
Hide file tree
Showing 85 changed files with 281 additions and 269 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,16 @@
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [[3.15.1](https://github.com/nf-core/rnaseq/releases/tag/3.15.1)] - 2024-09-16

### Enhancements & fixes

- [PR #1374](https://github.com/nf-core/rnaseq/pull/1374) - Bump pipeline version to 3.16.0dev
- [PR #1380](https://github.com/nf-core/rnaseq/pull/1380) - Fix issues with R modules changing sample names
- [PR #1381](https://github.com/nf-core/rnaseq/pull/1381) - Update all modules following massive conda usage update in nf-core modules
- [PR #1382](https://github.com/nf-core/rnaseq/pull/1381) - Slight fixes for rnaseq preprocessing
- [P$ #1383](https://github.com/nf-core/rnaseq/pull/1383) - Prerelease 3.15.1 version bumps

## [[3.15.0](https://github.com/nf-core/rnaseq/releases/tag/3.15.0)] - 2024-09-04

### Credits
Expand Down
106 changes: 53 additions & 53 deletions modules.json

Large diffs are not rendered by default.

2 changes: 0 additions & 2 deletions modules/local/deseq2_qc/environment.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
name: deseq2_qc
channels:
- conda-forge
- bioconda
- defaults
dependencies:
- conda-forge::r-base
- conda-forge::r-optparse
Expand Down
2 changes: 0 additions & 2 deletions modules/local/gtf2bed/environment.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
name: gtf2bed
channels:
- conda-forge
- bioconda
- defaults
dependencies:
- conda-forge::perl=5.26.2
2 changes: 0 additions & 2 deletions modules/local/gtf_filter/environment.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
name: gtf_filter
channels:
- conda-forge
- bioconda
- defaults
dependencies:
- conda-forge::python=3.9.5
2 changes: 0 additions & 2 deletions modules/local/multiqc_custom_biotype/environment.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
name: multiqc_custom_biotype
channels:
- conda-forge
- bioconda
- defaults
dependencies:
- conda-forge::python=3.9.5
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
name: preprocess_transcripts_fasta_gencode
channels:
- conda-forge
- bioconda
- defaults
dependencies:
- conda-forge::sed=4.7
2 changes: 0 additions & 2 deletions modules/local/rsem_merge_counts/environment.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
name: rsem_merge_counts
channels:
- conda-forge
- bioconda
- defaults
dependencies:
- conda-forge::sed=4.7
2 changes: 0 additions & 2 deletions modules/local/star_align_igenomes/environment.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
name: star_align_igenomes
channels:
- conda-forge
- bioconda
- defaults
dependencies:
- bioconda::star=2.6.1d
- bioconda::samtools=1.10
Expand Down
2 changes: 0 additions & 2 deletions modules/local/star_genomegenerate_igenomes/environment.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
name: star_genomegenerate_igenomes
channels:
- conda-forge
- bioconda
- defaults
dependencies:
- bioconda::star=2.6.1d
- bioconda::samtools=1.10
Expand Down
2 changes: 0 additions & 2 deletions modules/nf-core/bbmap/bbsplit/environment.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 0 additions & 2 deletions modules/nf-core/bedtools/genomecov/environment.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 0 additions & 2 deletions modules/nf-core/cat/fastq/environment.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 0 additions & 2 deletions modules/nf-core/custom/catadditionalfasta/environment.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 12 additions & 4 deletions modules/nf-core/custom/catadditionalfasta/templates/fasta2gtf.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 0 additions & 2 deletions modules/nf-core/custom/getchromsizes/environment.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 0 additions & 2 deletions modules/nf-core/custom/tx2gene/environment.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 3 additions & 4 deletions modules/nf-core/custom/tx2gene/templates/tx2gene.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 0 additions & 2 deletions modules/nf-core/dupradar/environment.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 0 additions & 2 deletions modules/nf-core/fastp/environment.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 0 additions & 2 deletions modules/nf-core/fastqc/environment.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 0 additions & 2 deletions modules/nf-core/fq/subsample/environment.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 0 additions & 2 deletions modules/nf-core/gffread/environment.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 0 additions & 2 deletions modules/nf-core/gunzip/environment.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 0 additions & 2 deletions modules/nf-core/hisat2/align/environment.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 3 additions & 6 deletions modules/nf-core/hisat2/align/main.nf

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 0 additions & 2 deletions modules/nf-core/hisat2/build/environment.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 2 additions & 5 deletions modules/nf-core/hisat2/build/main.nf

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 4053b2e

Please sign in to comment.