Skip to content
Merged
Show file tree
Hide file tree
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,6 @@ workflow NFCORE_SEQINSPECTOR {
)

emit:
global_report = SEQINSPECTOR.out.global_report // channel: /path/to/multiqc_report.html
grouped_reports = SEQINSPECTOR.out.grouped_reports // channel: /path/to/multiqc_report.html
global_report = SEQINSPECTOR.out.global_report // channel: /path/to/multiqc_report.html
grouped_reports = SEQINSPECTOR.out.grouped_reports // channel: /path/to/multiqc_report.html
}
5 changes: 5 additions & 0 deletions modules.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,11 @@
"git_sha": "2c73cc8fa92cf48de3da0b643fdf357a8a290b36",
"installed_by": ["modules"]
},
"multiqcsav": {
"branch": "master",
"git_sha": "2c73cc8fa92cf48de3da0b643fdf357a8a290b36",
"installed_by": ["modules"]
},
"picard/collecthsmetrics": {
"branch": "master",
"git_sha": "a631e12055f6c23ba2c942d3902b3ed1b9eed859",
Expand Down
53 changes: 53 additions & 0 deletions modules/nf-core/multiqcsav/main.nf

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

139 changes: 139 additions & 0 deletions modules/nf-core/multiqcsav/meta.yml

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

Loading
Loading