From 1864f1d64a7931fb6fd628ee2901dde0f16f5177 Mon Sep 17 00:00:00 2001 From: Michael L Heuer Date: Mon, 30 Dec 2024 17:00:44 -0600 Subject: [PATCH] Empty commit after updating base to dev --- main.nf | 2 -- 1 file changed, 2 deletions(-) diff --git a/main.nf b/main.nf index 2be98534..e785997d 100644 --- a/main.nf +++ b/main.nf @@ -35,7 +35,6 @@ params.nextclade_dataset = getGenomeAttribute('nextclade_dataset_v3pl' params.nextclade_dataset_name = getGenomeAttribute('nextclade_dataset_name') params.nextclade_dataset_tag = getGenomeAttribute('nextclade_dataset_tag_v3pl') - /* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ IMPORT FUNCTIONS / MODULES / SUBWORKFLOWS / WORKFLOWS @@ -48,7 +47,6 @@ if (params.platform == 'illumina') { include { NANOPORE } from './workflows/nanopore' } -include { VIRALRECON } from './workflows/viralrecon' include { PIPELINE_INITIALISATION } from './subworkflows/local/utils_nfcore_viralrecon_pipeline' include { PIPELINE_COMPLETION } from './subworkflows/local/utils_nfcore_viralrecon_pipeline'