Merge branch 'version_bump' into 'dev'

Verison bump

See merge request epi2melabs/workflows/wf-transcriptomes!74
This commit is contained in:
Neil Horner 2022-08-24 13:28:43 +00:00
commit c8b474ef1a
4 changed files with 3 additions and 4 deletions

View File

@ -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

View File

@ -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

View File

@ -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"

View File

@ -363,7 +363,7 @@
},
"wfversion": {
"type": "string",
"default": "v0.1.4",
"default": "v0.1.5",
"hidden": true
},
"monochrome_logs": {