Skip to content

Commit 3443734

Browse files
committed
nf-core subworkflows update to apply fix
1 parent 89ca390 commit 3443734

File tree

4 files changed

+12
-10
lines changed

4 files changed

+12
-10
lines changed

modules.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"nf-core": {
2222
"utils_nextflow_pipeline": {
2323
"branch": "master",
24-
"git_sha": "3aa0aec1d52d492fe241919f0c6100ebf0074082",
24+
"git_sha": "56372688d8979092cafbe0c5c3895b491166ca1c",
2525
"installed_by": ["subworkflows"]
2626
},
2727
"utils_nfcore_pipeline": {
@@ -31,7 +31,7 @@
3131
},
3232
"utils_nfschema_plugin": {
3333
"branch": "master",
34-
"git_sha": "bbd5a41f4535a8defafe6080e00ea74c45f4f96c",
34+
"git_sha": "2fd2cd6d0e7b273747f32e465fdc6bcc3ae0814e",
3535
"installed_by": ["subworkflows"]
3636
}
3737
}

subworkflows/nf-core/utils_nextflow_pipeline/tests/main.workflow.nf.test

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

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

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

workflows/seqinspector.nf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -138,9 +138,9 @@ workflow SEQINSPECTOR {
138138
)
139139

140140
emit:
141-
global_report = MULTIQC_GLOBAL.out.report.toList() // channel: /path/to/multiqc_report.html
141+
global_report = MULTIQC_GLOBAL.out.report.toList() // channel: /path/to/multiqc_report.html
142142
grouped_reports = MULTIQC_PER_TAG.out.report.toList() // channel: [ /path/to/multiqc_report.html ]
143-
versions = ch_versions // channel: [ path(versions.yml) ]
143+
versions = ch_versions // channel: [ path(versions.yml) ]
144144
}
145145

146146
/*

0 commit comments

Comments
 (0)