Skip to content

Commit fcc7347

Browse files
committed
Merge branch 'common-sha-and-tag' into 'dev'
common sha update and tag See merge request epi2melabs/workflows/wf-transcriptomes!120
2 parents 1153e70 + 2ce40ee commit fcc7347

2 files changed

Lines changed: 3 additions & 3 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.1.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7-
## [unreleased]
7+
## [v0.3.0]
88
### Changed
99
- Improve differential expression outputs.
1010
- Include transcript and gene count tables in DE_final folder.

nextflow.config

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ params {
104104
]
105105
agent = null
106106
container_sha = "sha203915eb4b4dd444cb2e845d0b9f7814e26b7b5c"
107-
common_sha = "sha0fa3896acb70eecc0d432c91a1516d596a87741c"
107+
common_sha = "sha5fc720674a26bc63a6f31ed186344209175b54b1"
108108
}
109109
}
110110

@@ -115,7 +115,7 @@ manifest {
115115
description = 'Transcriptome analysis including gene fusions, differential expression as well as assembly and annotation of cDNA and direct RNA sequencing data.'
116116
mainScript = 'main.nf'
117117
nextflowVersion = '>=23.04.2'
118-
version = 'v0.2.1'
118+
version = 'v0.3.0'
119119
}
120120

121121
executor {

0 commit comments

Comments
 (0)