From 9704cac8415bc57d13785e07b7aa917151d74abf Mon Sep 17 00:00:00 2001 From: Hamraoui Ali <72599648+alihamraoui@users.noreply.github.com> Date: Fri, 24 Jan 2025 13:56:47 +0100 Subject: [PATCH] Update nextflow.config for version and Docker container --- nextflow.config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nextflow.config b/nextflow.config index 7645f58..c105dfd 100755 --- a/nextflow.config +++ b/nextflow.config @@ -79,7 +79,7 @@ params.dT_LENGTH = 20 params.threads = 10 params.seed = 2025 docker.enabled = true -process.container = 'hamraouii/asarusim:1.0' +process.container = 'genomicpariscentre/asarusim:1.0' docker.runOptions = '-u $(id -u):$(id -g)' @@ -115,5 +115,5 @@ manifest { description = 'Simulating 10x single-cell long-reads' mainScript = 'main.nf' nextflowVersion = '!>=21.10.3' - version = '1.0' + version = '1.0.1' }