Skip to content

Commit

Permalink
fix version and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
fmalmeida committed Jan 19, 2024
1 parent 8e65fa3 commit 43fe340
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .zenodo.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"description": "<p>The pipeline</p>\n\n<p>ngs-preprocess is built using Nextflow, a workflow tool to run tasks across multiple compute infrastructures in a very portable manner. It uses Docker/Singularity containers making installation trivial and results highly reproducible. It is an easy to use pipeline that uses state-of-the-art software for quality check and pre-processing ngs reads of Illumina, Pacbio and Oxford Nanopore Technologies.</p>",
"license": "other-open",
"title": "fmalmeida/ngs-preprocess: A pipeline for preprocessing short and long sequencing reads",
"version": "v2.6.1",
"version": "v2.6.2",
"upload_type": "software",
"creators": [
{
Expand Down
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@

The tracking for changes started in v2.2

## v2.6.2 -- [2024-Jan-19]

* [[#24](https://github.com/fmalmeida/ngs-preprocess/issues/25)] - Added documentation on generated outputs, as requested in paper review
* [[#25](https://github.com/fmalmeida/ngs-preprocess/issues/25)] - Added documentation exemplifying use for non bacterial dataset, as requested in paper review
* Small fixes on SRA module to allow downloading bgiseq data, and avoid running on empty lines
* Updated Dockerfile to name the maximum of versions possible

> Nothing has changed in terms of how tools are called and used, thus the docker image still the same. In fact, patch/fix releases (x.x.x) will always use the docker from breaking/features release (x.x)
## v2.6.1 -- [2023-Oct-26]

* [[#21](https://github.com/fmalmeida/ngs-preprocess/issues/21)] - Added/updated citation information
Expand Down
2 changes: 1 addition & 1 deletion nextflow.config
Original file line number Diff line number Diff line change
Expand Up @@ -93,5 +93,5 @@ manifest {
homePage = "https://github.com/fmalmeida/ngs-preprocess"
mainScript = "main.nf"
nextflowVersion = ">=21.10.0"
version = "2.6.1"
version = "2.6.2"
}

0 comments on commit 43fe340

Please sign in to comment.