Skip to content

Commit

Permalink
Revert "removed 'mutsig' label from list of inputs that can turn on t…
Browse files Browse the repository at this point in the history
…he loh workflow."

This reverts commit a659dcc.
  • Loading branch information
anoronh4 committed Dec 22, 2022
1 parent cf107d7 commit 0c9c547
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dsl2.nf
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ workflow {
doWF_germSV = 'germsv' in WFs ? true : false
doWF_facets = ['lohhla', 'facets', 'snv', 'mutsig', 'germsnv'].any(it -> it in WFs) ? true : false
doWF_SV = 'sv' in WFs ? true : false
doWF_loh = ['lohhla', 'snv'].any(it -> it in WFs) ? true : false
doWF_loh = ['lohhla', 'snv', 'mutsig'].any(it -> it in WFs) ? true : false
doWF_SNV = ['snv', 'mutsig'].any(it -> it in WFs) ? true : false ? true : false
doWF_QC = 'qc' in WFs ? true : false
doWF_msiSensor = 'msisensor' in WFs ? true : false
Expand Down

0 comments on commit 0c9c547

Please sign in to comment.