File tree Expand file tree Collapse file tree 2 files changed +0
-18
lines changed
Expand file tree Collapse file tree 2 files changed +0
-18
lines changed Original file line number Diff line number Diff line change @@ -43,8 +43,4 @@ params {
4343
4444 // Impute tools
4545 tools = "minimac4"
46-
47- // Target phasing
48- target_phase = true
49- chunk_model = "recursive"
5046}
Original file line number Diff line number Diff line change @@ -292,20 +292,6 @@ workflow PHASEIMPUTE {
292292 ch_input_bams_withlist = ch_input_bams
293293 .join(LISTTOFILE . out. txt)
294294
295- // if (params.target_phase == true) {
296-
297- // VCF_PHASE_TARGET(
298- // ch_input_impute.combine(Channel.of([[]])),
299- // ch_region,
300- // Channel.empty(), // ref
301- // Channel.empty(), // scaffold
302- // ch_map,
303- // chunk_model
304- // )
305- // ch_input_impute = VCF_PHASE_TARGET.out.vcf_tbi
306- // ch_versions = ch_versions.mix(VCF_PHASE_TARGET.out.versions)
307- // }
308-
309295 // Use panel from parameters if provided
310296 if (params. panel && ! params. steps. split(' ,' ). find { it in [" all" , " panelprep" ] }) {
311297 ch_panel_phased = ch_panel
You can’t perform that action at this time.
0 commit comments