Skip to content

Commit

Permalink
update version numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
fmalmeida committed Feb 22, 2024
1 parent b25b9b9 commit f772669
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 37 deletions.
35 changes: 0 additions & 35 deletions .readthedocs.yaml

This file was deleted.

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.2",
"version": "v2.6.3",
"upload_type": "software",
"creators": [
{
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

The tracking for changes started in v2.2

## v2.6.3 -- [2024-Fev-23]

* [[#32](https://github.com/fmalmeida/ngs-preprocess/issues/32)] - Add as output a template samplesheet that can be readily used as input for MpGAP to assemble each downloaded read on its own.

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

* [[#24](https://github.com/fmalmeida/ngs-preprocess/issues/24)] - Added documentation on generated outputs, as requested in paper review
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.2"
version = "2.6.3"
}

0 comments on commit f772669

Please sign in to comment.