From 95c828f6276cf3eb0b92c174a63e6442854fd38f Mon Sep 17 00:00:00 2001 From: JIANHONG OU Date: Fri, 13 Oct 2023 13:27:10 -0400 Subject: [PATCH] remove dev from nextflow.config. --- nextflow.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nextflow.config b/nextflow.config index 5437008..9019674 100644 --- a/nextflow.config +++ b/nextflow.config @@ -355,7 +355,7 @@ manifest { description = """This pipeline analyses data for HiCAR data, a robust and sensitive multi-omic co-assay for simultaneous measurement of transcriptome, chromatin accessibility and cis-regulatory chromatin contacts.""" mainScript = 'main.nf' nextflowVersion = '!>=23.04.0' - version = '2.0.0dev' + version = '2.0.0' doi = '10.1016/j.molcel.2022.01.023' }