From fba42fe4937cc6141c55dd0ee2deec39dd079723 Mon Sep 17 00:00:00 2001 From: Kelly Sovacool Date: Fri, 20 Oct 2023 16:20:41 -0400 Subject: [PATCH] fix: paths --- tests/subworkflows/CCBR/filter_blacklist/main.nf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/subworkflows/CCBR/filter_blacklist/main.nf b/tests/subworkflows/CCBR/filter_blacklist/main.nf index e2b8493..02eb29c 100644 --- a/tests/subworkflows/CCBR/filter_blacklist/main.nf +++ b/tests/subworkflows/CCBR/filter_blacklist/main.nf @@ -2,8 +2,8 @@ nextflow.enable.dsl = 2 -include { BWA_INDEX } from "../../../../../modules/CCBR/bwa/index/main" -include { FILTER_BLACKLIST } from "../../../../../subworkflows/CCBR/filter_blacklist/main" +include { BWA_INDEX } from "../../../../modules/CCBR/bwa/index/main" +include { FILTER_BLACKLIST } from "../../../../subworkflows/CCBR/filter_blacklist/main" workflow test_filter_blacklist_single {