From 206905b9a735295114255d3d604c6db6d82bd74b Mon Sep 17 00:00:00 2001 From: James Ashmore Date: Mon, 8 Jan 2024 16:21:20 +0000 Subject: [PATCH] Patch fix v1.0.2 --- CHANGELOG.md | 4 ++++ assets/multiqc_config.yml | 4 ++-- nextflow.config | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c39322f..101448b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## v1.0.2 - 2024-01-08 + +Patch for run_stager.R (#108) and template update v2.11.1 (#109). + ## v1.0.1 - 2023-11-15 Patch for run_drimseq_filter.R to cast command line arguments to numeric. See issue #98 on nf-core/rnasplice. diff --git a/assets/multiqc_config.yml b/assets/multiqc_config.yml index 5c2be92..474b860 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/rnasplice + This report has been generated by the nf-core/rnasplice analysis pipeline. For information about how to interpret these results, please see the - documentation. + documentation. report_section_order: "nf-core-rnasplice-methods-description": diff --git a/nextflow.config b/nextflow.config index 000f7f2..3ac0090 100644 --- a/nextflow.config +++ b/nextflow.config @@ -356,7 +356,7 @@ manifest { description = """Alternative splicing analysis using RNA-seq.""" mainScript = 'main.nf' nextflowVersion = '!>=23.04.0' - version = '1.0.1' + version = '1.0.2' doi = '10.5281/zenodo.8424632' }