From b7fde1438c3bd54cecf49c96a2e3b14b34309b23 Mon Sep 17 00:00:00 2001 From: Proginski Date: Mon, 15 Jul 2024 14:22:42 +0200 Subject: [PATCH] change dockerHub repo --- nextflow.config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nextflow.config b/nextflow.config index b17db59..bd4a63c 100644 --- a/nextflow.config +++ b/nextflow.config @@ -6,9 +6,9 @@ ---------------------------------------------------------------------------------------- */ -cont_img = 'proginski/denovogenes' +cont_img = 'lopesi2bc/denovogenes' genEra_img = 'josuebarrera/genera' -genEra_fast_img = 'proginski/genera_fast' +genEra_fast_img = 'lopesi2bc/genera_fast' plugins { id 'nf-validation@0.3.1'