Skip to content

Commit c9f3b8d

Browse files
committed
Merge branch 'container_pychop_2.7.9' into 'dev'
Container pychop 2.7.9 See merge request epi2melabs/workflows/wf-transcriptomes!134
2 parents 82610c7 + 25d2bfd commit c9f3b8d

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ 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+
## [v0.4.1]
8+
### Changed
9+
- Updated docker container with Pychopper to support LSK114.
10+
711
## [v0.4.0]
812
### Fixed
913
- Remove dead links from README

nextflow.config

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ params {
9898
"--ref_genome 'wf-transcriptomes-demo/hg38_chr20.fa'",
9999
]
100100
agent = null
101-
container_sha = "shab7142eb91ba48033b690c29d2a4252c45d85a1de"
101+
container_sha = "shae7c9f184996a384e99be68e790f0612f0c732867"
102102
common_sha = "sha0a6dc21fac17291f4acb2e0f67bcdec7bf63e6b7"
103103
}
104104
}
@@ -110,7 +110,7 @@ manifest {
110110
description = 'Transcriptome analysis including gene fusions, differential expression as well as assembly and annotation of cDNA and direct RNA sequencing data.'
111111
mainScript = 'main.nf'
112112
nextflowVersion = '>=23.04.2'
113-
version = 'v0.4.0'
113+
version = 'v0.4.1'
114114
}
115115

116116
executor {

0 commit comments

Comments
 (0)