Skip to content

Commit

Permalink
Merge branch 'common-sha-and-tag' into 'dev'
Browse files Browse the repository at this point in the history
common sha update and tag

See merge request epi2melabs/workflows/wf-transcriptomes!120
  • Loading branch information
sarahjeeeze committed Aug 10, 2023
2 parents 1153e70 + 2ce40ee commit fcc7347
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
4 changes: 2 additions & 2 deletions nextflow.config
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ params {
]
agent = null
container_sha = "sha203915eb4b4dd444cb2e845d0b9f7814e26b7b5c"
common_sha = "sha0fa3896acb70eecc0d432c91a1516d596a87741c"
common_sha = "sha5fc720674a26bc63a6f31ed186344209175b54b1"
}
}

Expand All @@ -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 {
Expand Down

0 comments on commit fcc7347

Please sign in to comment.