From 25d2bfd07cfacfd9985c7d24182b0544aa583677 Mon Sep 17 00:00:00 2001 From: Neil Horner Date: Wed, 4 Oct 2023 16:23:32 +0000 Subject: [PATCH] Container pychop 2.7.9 --- CHANGELOG.md | 4 ++++ nextflow.config | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 07d1273..756b9f8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/nextflow.config b/nextflow.config index 4f37593..2773ad6 100644 --- a/nextflow.config +++ b/nextflow.config @@ -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 {