Skip to content
Merged
Show file tree
Hide file tree
Changes from 3 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
6 changes: 6 additions & 0 deletions assets/multiqc_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,3 +37,9 @@ mosdepth_config:
- "HLA*"
- "chrM"
- "chrEBV"

custom_data:
msisensorpro_summary:
pattern: "*_unstable" # or your actual filename pattern
section_name: "MSIsensorPro Summary"
description: "Summary of MSI sites per sample"
1 change: 1 addition & 0 deletions main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,7 @@ workflow {
params.outdir,
GlobalVariables.pedFiles,
params.elsites,
params.msi_baseline,

// Boolean inputs
params.dragstr,
Expand Down
5 changes: 5 additions & 0 deletions modules.json
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,11 @@
"installed_by": ["modules"],
"patch": "modules/nf-core/mosdepth/mosdepth.diff"
},
"msisensorpro/pro": {
"branch": "master",
"git_sha": "fafa7b3a577412b6bde309170408da4cb911f04b",
"installed_by": ["modules"]
},
"multiqc": {
"branch": "master",
"git_sha": "b8d36829fa84b6e404364abff787e8b07f6d058c",
Expand Down
7 changes: 7 additions & 0 deletions modules/nf-core/msisensorpro/pro/environment.yml

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

55 changes: 55 additions & 0 deletions modules/nf-core/msisensorpro/pro/main.nf

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

106 changes: 106 additions & 0 deletions modules/nf-core/msisensorpro/pro/meta.yml

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

91 changes: 91 additions & 0 deletions modules/nf-core/msisensorpro/pro/tests/main.nf.test

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

Loading
Loading