Skip to content

Commit f449840

Browse files
authored
Merge branch 'dev' into fix_sortmerna_index
2 parents ae6990a + 06fa117 commit f449840

File tree

6 files changed

+12
-3
lines changed

6 files changed

+12
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ Special thanks to the following for their contributions to the release:
1919
- [PR #1463](https://github.com/nf-core/rnaseq/pull/1463) - Move channel operations outside of the onComplete() block
2020
- [PR #1467](https://github.com/nf-core/rnaseq/pull/1467) - Add test suite for UMI handling functionality
2121
- [PR #1466](https://github.com/nf-core/rnaseq/pull/1466) - Factor out UMI handling
22+
- [PR #1470](https://github.com/nf-core/rnaseq/pull/1470) - Update subworkflow to account for fix to bad argument handling
2223
- [PR #1469](https://github.com/nf-core/rnaseq/pull/1469) - Minor docs fix
2324
- [PR #1459](https://github.com/nf-core/rnaseq/pull/1466) - Remove reference to unused "skip_sample_count" value in email templates
2425
- [PR #1471](https://github.com/nf-core/rnaseq/pull/1471) - Fix prepare_genome subworkflow for sortmerna

modules.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -363,7 +363,7 @@
363363
},
364364
"fastq_qc_trim_filter_setstrandedness": {
365365
"branch": "master",
366-
"git_sha": "2c0260ed80daeca9c6dfa477a4daf04ff336dc37",
366+
"git_sha": "8a01490596dbe8443bd6bc6ae4207ae9485f33e3",
367367
"installed_by": ["subworkflows"]
368368
},
369369
"fastq_subsample_fq_salmon": {

subworkflows/nf-core/fastq_qc_trim_filter_setstrandedness/main.nf

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

subworkflows/nf-core/fastq_qc_trim_filter_setstrandedness/meta.yml

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

subworkflows/nf-core/fastq_qc_trim_filter_setstrandedness/tests/main.nf.test

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

workflows/rnaseq/main.nf

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,8 @@ workflow RNASEQ {
155155
params.umi_discard_read,
156156
params.stranded_threshold,
157157
params.unstranded_threshold,
158-
params.skip_linting
158+
params.skip_linting,
159+
false
159160
)
160161

161162
ch_multiqc_files = ch_multiqc_files.mix(FASTQ_QC_TRIM_FILTER_SETSTRANDEDNESS.out.multiqc_files)

0 commit comments

Comments
 (0)