Merge branch 'version_bump' into 'dev'
Verison bump See merge request epi2melabs/workflows/wf-transcriptomes!74
This commit is contained in:
commit
c8b474ef1a
@ -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
|
||||
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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"
|
||||
|
||||
@ -363,7 +363,7 @@
|
||||
},
|
||||
"wfversion": {
|
||||
"type": "string",
|
||||
"default": "v0.1.4",
|
||||
"default": "v0.1.5",
|
||||
"hidden": true
|
||||
},
|
||||
"monochrome_logs": {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user