Skip to content

Commit

Permalink
update version and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
vaofford committed Jan 24, 2024
1 parent 4cc83f2 commit 8b205eb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,3 +53,6 @@ Initial release of QUANTS, created with the [nf-core](https://nf-co.re/) templat
* Update version of pyQUEST to version 1.1.0
* Improved handling of 0-length reads
* Ability to extract top 50 library-independent counts as FASTA
## 3.0.0.3 - [24th January 2024]

* Hotfix to force COLLATE_CUTADAPT_JSONS to run on 1 cpu
2 changes: 1 addition & 1 deletion nextflow.config
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ manifest {
description = 'Analysis pipeline for saturation genome editing screens'
mainScript = 'main.nf'
nextflowVersion = '!>=21.10.6'
version = '3.0.0.2'
version = '3.0.0.3'
}

// Function to ensure that resource requirements don't go beyond
Expand Down

0 comments on commit 8b205eb

Please sign in to comment.