Merge branch 'tag' into 'dev'

tag

See merge request epi2melabs/workflows/wf-transcriptomes!133
This commit is contained in:
Sarah Griffiths 2023-09-28 08:18:12 +00:00
commit 82610c7f69
2 changed files with 3 additions and 3 deletions

View File

@ -4,11 +4,11 @@ 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.4.0]
### Fixed ### Fixed
- Remove dead links from README - Remove dead links from README
### Removed ### Removed
- Denovo `--transcriptome_source` option.` - Denovo `--transcriptome_source` option.
## [v0.3.1] ## [v0.3.1]
### Added ### Added

View File

@ -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.' 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 = '>=23.04.2' nextflowVersion = '>=23.04.2'
version = 'v0.3.1' version = 'v0.4.0'
} }
executor { executor {