Merge branch 'bump_v1.2.0' into 'dev'
Bump v1.2.0 See merge request epi2melabs/workflows/wf-transcriptomes!173
This commit is contained in:
commit
9353e23cc9
@ -4,7 +4,9 @@ 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]
|
||||
## [v1.2.0]
|
||||
### Added
|
||||
- Workflow now accepts BAM or FASTQ files as input (using the --bam or --fastq parameters, respectively).
|
||||
### Changed
|
||||
- MA plot in the `results_dge.pdf` has been updated to match the MA plot in the report.
|
||||
|
||||
|
||||
@ -117,7 +117,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 = 'v1.1.1'
|
||||
version = 'v1.2.0'
|
||||
}
|
||||
|
||||
epi2melabs {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user