From cf4d2ea976030cf19398cbc2a442e0368e7d8bb5 Mon Sep 17 00:00:00 2001 From: Geraldine Van der Auwera Date: Tue, 29 Oct 2024 06:30:14 -0400 Subject: [PATCH] Fix error in Operators instructions --- docs/hello_nextflow/05_hello_operators.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/hello_nextflow/05_hello_operators.md b/docs/hello_nextflow/05_hello_operators.md index acc4164da1..fdaac3c299 100644 --- a/docs/hello_nextflow/05_hello_operators.md +++ b/docs/hello_nextflow/05_hello_operators.md @@ -791,7 +791,6 @@ GATK_GENOMICSDB( all_gvcfs_ch, all_idxs_ch, intervals_file, - path interval_list, params.cohort_name ) ```