Skip to content

Commit fb1e756

Browse files
if reference is provided then no bed file
1 parent d19a668 commit fb1e756

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

subworkflows/local/tumor_variant_calling.nf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ workflow TUMOR_ONLY_VARIANT_CALLING {
103103
RUN_CNVKIT ( cram_recalibrated_cnvkit_tumoronly,
104104
fasta,
105105
fasta_fai,
106-
intervals_bed_combined,
106+
[],
107107
cnvkit_reference )
108108

109109
ch_versions = ch_versions.mix(RUN_CNVKIT.out.versions)

0 commit comments

Comments
 (0)