This commit is contained in:
Sarah Griffiths 2023-05-16 16:34:08 +00:00
parent 63bef44dcc
commit 970ffa9734
2 changed files with 2 additions and 2 deletions

View File

@ -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/), 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). and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [unreleased] ## [v0.1.11]
### Changed ### Changed
- LICENSE to Oxford Nanopore Technologies PLC. Public License Version 1.0. - LICENSE to Oxford Nanopore Technologies PLC. Public License Version 1.0.

View File

@ -116,7 +116,7 @@ manifest {
description = 'Transcriptome analysis including gene fusions, differential expression as well as assembly and annotation of cDNA and direct RNA sequencing data.' description = 'Transcriptome analysis including gene fusions, differential expression as well as assembly and annotation of cDNA and direct RNA sequencing data.'
mainScript = 'main.nf' mainScript = 'main.nf'
nextflowVersion = '>=20.10.0' nextflowVersion = '>=20.10.0'
version = 'v0.1.10' version = 'v0.1.11'
} }
executor { executor {