Skip to content

Commit c8b474e

Browse files
committed
Merge branch 'version_bump' into 'dev'
Verison bump See merge request epi2melabs/workflows/wf-transcriptomes!74
2 parents 835385e + d8834b7 commit c8b474e

4 files changed

Lines changed: 3 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7-
## [unreleased]
7+
## [v0.1.5]
88
### Added
99
- Differential transcript and gene expression subworkflow
1010

bin/de_plots.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -340,7 +340,6 @@ def de_section(
340340
tpm, report):
341341
"""Differential expression sections."""
342342
section = report.add_section()
343-
"""Add Differential expression section."""
344343
section.markdown("# Differential expression.")
345344
section.markdown("""
346345
This section shows differential gene expression

nextflow.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ params {
2323
sample = null
2424
sample_sheet = null
2525
sanitize_fastq = false
26-
wfversion = "v0.1.4"
26+
wfversion = "v0.1.5"
2727
aws_image_prefix = null
2828
aws_queue = null
2929
report_name = "report"

nextflow_schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -363,7 +363,7 @@
363363
},
364364
"wfversion": {
365365
"type": "string",
366-
"default": "v0.1.4",
366+
"default": "v0.1.5",
367367
"hidden": true
368368
},
369369
"monochrome_logs": {

0 commit comments

Comments
 (0)