Skip to content

Commit 68d4e81

Browse files
committed
Update subworkflow to account for fix to bad argument handling
1 parent 4749877 commit 68d4e81

File tree

5 files changed

+11
-3
lines changed

5 files changed

+11
-3
lines changed

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)