diff --git a/CHANGELOG.md b/CHANGELOG.md index bcf9973..f5bb5c0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file. 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). -## [unreleased] +## [v0.1.5] ### Added - Differential transcript and gene expression subworkflow diff --git a/bin/de_plots.py b/bin/de_plots.py index 8945c51..0100b8b 100755 --- a/bin/de_plots.py +++ b/bin/de_plots.py @@ -340,7 +340,6 @@ def de_section( tpm, report): """Differential expression sections.""" section = report.add_section() - """Add Differential expression section.""" section.markdown("# Differential expression.") section.markdown(""" This section shows differential gene expression diff --git a/nextflow.config b/nextflow.config index cc35ce6..6e5e3eb 100644 --- a/nextflow.config +++ b/nextflow.config @@ -23,7 +23,7 @@ params { sample = null sample_sheet = null sanitize_fastq = false - wfversion = "v0.1.4" + wfversion = "v0.1.5" aws_image_prefix = null aws_queue = null report_name = "report" diff --git a/nextflow_schema.json b/nextflow_schema.json index 4698710..7d44f7d 100644 --- a/nextflow_schema.json +++ b/nextflow_schema.json @@ -363,7 +363,7 @@ }, "wfversion": { "type": "string", - "default": "v0.1.4", + "default": "v0.1.5", "hidden": true }, "monochrome_logs": {