File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
44The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
55and 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
Original file line number Diff line number Diff 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 ("""
346345This section shows differential gene expression
Original file line number Diff line number Diff 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"
Original file line number Diff line number Diff line change 363363 },
364364 "wfversion" : {
365365 "type" : " string" ,
366- "default" : " v0.1.4 " ,
366+ "default" : " v0.1.5 " ,
367367 "hidden" : true
368368 },
369369 "monochrome_logs" : {
You can’t perform that action at this time.
0 commit comments