Skip to content

Commit 24afeb8

Browse files
committed
Fix workflow
1 parent f7c57f5 commit 24afeb8

File tree

2 files changed

+0
-18
lines changed

2 files changed

+0
-18
lines changed

conf/test_minimac4.config

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff 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
}

workflows/phaseimpute/main.nf

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)