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/), 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). and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [unreleased] ## [v0.1.5]
### Added ### Added
- Differential transcript and gene expression subworkflow - Differential transcript and gene expression subworkflow

View File

@ -340,7 +340,6 @@ def de_section(
tpm, report): tpm, report):
"""Differential expression sections.""" """Differential expression sections."""
section = report.add_section() section = report.add_section()
"""Add Differential expression section."""
section.markdown("# Differential expression.") section.markdown("# Differential expression.")
section.markdown(""" section.markdown("""
This section shows differential gene expression This section shows differential gene expression

View File

@ -23,7 +23,7 @@ params {
sample = null sample = null
sample_sheet = null sample_sheet = null
sanitize_fastq = false sanitize_fastq = false
wfversion = "v0.1.4" wfversion = "v0.1.5"
aws_image_prefix = null aws_image_prefix = null
aws_queue = null aws_queue = null
report_name = "report" report_name = "report"

View File

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