Container pychop 2.7.9
This commit is contained in:
parent
82610c7f69
commit
25d2bfd07c
@ -4,6 +4,10 @@ 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.1.0/),
|
||||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
||||
|
||||
## [v0.4.1]
|
||||
### Changed
|
||||
- Updated docker container with Pychopper to support LSK114.
|
||||
|
||||
## [v0.4.0]
|
||||
### Fixed
|
||||
- Remove dead links from README
|
||||
|
||||
@ -98,7 +98,7 @@ params {
|
||||
"--ref_genome 'wf-transcriptomes-demo/hg38_chr20.fa'",
|
||||
]
|
||||
agent = null
|
||||
container_sha = "shab7142eb91ba48033b690c29d2a4252c45d85a1de"
|
||||
container_sha = "shae7c9f184996a384e99be68e790f0612f0c732867"
|
||||
common_sha = "sha0a6dc21fac17291f4acb2e0f67bcdec7bf63e6b7"
|
||||
}
|
||||
}
|
||||
@ -110,7 +110,7 @@ manifest {
|
||||
description = 'Transcriptome analysis including gene fusions, differential expression as well as assembly and annotation of cDNA and direct RNA sequencing data.'
|
||||
mainScript = 'main.nf'
|
||||
nextflowVersion = '>=23.04.2'
|
||||
version = 'v0.4.0'
|
||||
version = 'v0.4.1'
|
||||
}
|
||||
|
||||
executor {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user