From 8ca0838e5ecc2a1a4498903bedb8375ad1352718 Mon Sep 17 00:00:00 2001 From: itrujnara Date: Fri, 7 Jun 2024 13:01:21 +0200 Subject: [PATCH] Fixed error in main subworkflow imports --- workflows/reportho.nf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/workflows/reportho.nf b/workflows/reportho.nf index 4f6d412..57ad0f8 100644 --- a/workflows/reportho.nf +++ b/workflows/reportho.nf @@ -15,8 +15,8 @@ include { ALIGN } from '../subworkflows/local/align' include { MAKE_TREES } from '../subworkflows/local/make_trees' include { REPORT } from '../subworkflows/local/report' -include { FETCH_SEQUENCES_ONLINE } from '../subworkflows/local/fetch_sequences_online' -include { FETCH_AFDB_STRUCTURES } from '../subworkflows/local/fetch_afdb_structures' +include { FETCH_SEQUENCES_ONLINE } from '../modules/local/fetch_sequences_online' +include { FETCH_AFDB_STRUCTURES } from '../modules/local/fetch_afdb_structures' /* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~