Skip to content

Commit

Permalink
fix: msisensor output directory
Browse files Browse the repository at this point in the history
  • Loading branch information
maxulysse committed Oct 22, 2020
1 parent 3517511 commit dc85282
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions conf/modules.config
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,7 @@ params {
'msisensor_msi' {
publish_by_id = "true"
publish_dir = "variant_calling"
publish_files = ['list':'msisensor']
}
'strelka_somatic' {
publish_by_id = "true"
Expand Down
1 change: 1 addition & 0 deletions main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -328,6 +328,7 @@ include { GERMLINE_VARIANT_CALLING } from './modules/local/subworkflow/germline_
// include { TUMOR_VARIANT_CALLING } from './modules/local/subworkflow/tumor_variant_calling' addParams(
// )
include { PAIR_VARIANT_CALLING } from './modules/local/subworkflow/pair_variant_calling' addParams(
msisensor_msi_options: modules['msisensor_msi'],
manta_options: modules['manta_somatic'],
strelka_options: modules['strelka_somatic']
)
Expand Down

0 comments on commit dc85282

Please sign in to comment.