Skip to content

Commit

Permalink
update to version 3.0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
vaofford committed Oct 11, 2023
1 parent 11591a9 commit 5079736
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,3 +45,12 @@ Initial release of QUANTS, created with the [nf-core](https://nf-co.re/) templat
## 3.0.0.1 - [12th September 2023]

* Primer trimming - bugfix to ensure cutadapt splits reads into trimmed and untrimmed files

## 3.0.0.2 - [11th October 2023]

* Collation of cutadapt JSON results into single JSON file
* Collation of SeqKit statistics results into a single TSV file
* 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

2 changes: 1 addition & 1 deletion modules/local/pyquest/main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ process PYQUEST {
container "quay.io/biocontainers/flash2:2.2.00--h5bf99c6_3"
}
*/
container "quay.io/wtsicgp/pyquest:1.0.0"
container "quay.io/wtsicgp/pyquest:1.1.0"

input:
tuple val(meta), path(reads)
Expand Down
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.1'
version = '3.0.0.2'
}

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

0 comments on commit 5079736

Please sign in to comment.