From edfb5766a2d3555a5866e6ce06b762e5034269e1 Mon Sep 17 00:00:00 2001 From: Usman Rashid Date: Mon, 4 Mar 2024 13:36:47 +1300 Subject: [PATCH] Bumped version to 1.4 --- CITATION.cff | 2 +- nextflow.config | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CITATION.cff b/CITATION.cff index bc1311fa..efb1b209 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -21,7 +21,7 @@ authors: - family-names: "Deng" given-names: "Cecilia" title: "AssemblyQC: A NextFlow pipeline for evaluating assembly quality" -version: 1.4dev +version: 1.4 date-released: 2024-02-12 url: "https://github.com/Plant-Food-Research-Open/assembly_qc" doi: 10.5281/zenodo.10647870 diff --git a/nextflow.config b/nextflow.config index 0910481d..f0ee1b5b 100644 --- a/nextflow.config +++ b/nextflow.config @@ -262,7 +262,7 @@ manifest { description = """A NextFlow pipeline which evaluates assembly quality with multiple QC tools and presents the results in a unified html report.""" mainScript = 'main.nf' nextflowVersion = '!>=23.04.0' - version = '1.4dev' + version = '1.4' doi = '10.5281/zenodo.10647870' }