From 9a9999bfd6658773632cadd9bd65bd93dc6609bc Mon Sep 17 00:00:00 2001 From: Tanya Jain Date: Thu, 21 Nov 2024 14:03:15 -0800 Subject: [PATCH] updating the release version from 0.1.0 to 1.0.0 --- assets/multiqc_config.yml | 4 ++-- nextflow.config | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/assets/multiqc_config.yml b/assets/multiqc_config.yml index ac159ca..382bcaa 100644 --- a/assets/multiqc_config.yml +++ b/assets/multiqc_config.yml @@ -1,7 +1,7 @@ report_comment: > - This report has been generated by the nf-core/pacvar + This report has been generated by the nf-core/pacvar analysis pipeline. For information about how to interpret these results, please see the - documentation. + documentation. report_section_order: "nf-core-pacvar-methods-description": order: -1000 diff --git a/nextflow.config b/nextflow.config index abef8b7..44fe8ba 100644 --- a/nextflow.config +++ b/nextflow.config @@ -245,7 +245,7 @@ manifest { description = """A variant caller for PacBio long read sequencing - also can be used for PureTarget panel analysis, and quantification of repeat expansions""" mainScript = 'main.nf' nextflowVersion = '!>=24.04.2' - version = '0.1.0' + version = '1.0.0' doi = '' }