From 2ce40ee2f0800c089106afe06283975303cf8600 Mon Sep 17 00:00:00 2001 From: Sarah Griffiths Date: Thu, 10 Aug 2023 12:48:45 +0000 Subject: [PATCH] common sha update and tag --- CHANGELOG.md | 2 +- nextflow.config | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d881ecc..c6fde69 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ 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). -## [unreleased] +## [v0.3.0] ### Changed - Improve differential expression outputs. - Include transcript and gene count tables in DE_final folder. diff --git a/nextflow.config b/nextflow.config index 6999456..746fd75 100644 --- a/nextflow.config +++ b/nextflow.config @@ -104,7 +104,7 @@ params { ] agent = null container_sha = "sha203915eb4b4dd444cb2e845d0b9f7814e26b7b5c" - common_sha = "sha0fa3896acb70eecc0d432c91a1516d596a87741c" + common_sha = "sha5fc720674a26bc63a6f31ed186344209175b54b1" } } @@ -115,7 +115,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.2.1' + version = 'v0.3.0' } executor {