Skip to content

Commit

Permalink
Merge pull request #81 from fmalmeida/dev
Browse files Browse the repository at this point in the history
Wrap-up release `v3.2.1`
  • Loading branch information
fmalmeida authored Jul 24, 2024
2 parents 9f2475f + 8cbde6c commit 2ed1af2
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 4 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>MpGAP 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 adopts well known software for _de novo_ genome assembly of Illumina, Pacbio and Oxford Nanopore sequencing data through illumina only, long reads only or hybrid modes.</p>",
"license": "other-open",
"title": "fmalmeida/MpGAP: A generic multi-platform genome assembly pipeline",
"version": "v3.2",
"version": "v3.2.1",
"upload_type": "software",
"creators": [
{
Expand Down
9 changes: 8 additions & 1 deletion markdown/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,14 @@

The tracking for changes started in v2.

## v3.2 -- [2024-Mar-06]
## v3.2.1 -- [2024-Jul-24]

* [#77](https://github.com/fmalmeida/MpGAP/issues/77)
* Add cleanup to avoid `overwrite existing files` error in BUSCO when resuming a run.
* [#79](https://github.com/fmalmeida/MpGAP/issues/79)
* Add if-else in MultiQC module so that if Quast report has different set of columns.

## v3.2.0 -- [2024-Mar-06]

* Update unicyler to v0.5.0
* Adjust Pilon polishing module to select how many rounds of polishing to run. Default is 4.
Expand Down
3 changes: 2 additions & 1 deletion modules/local/QualityAssessment/multiqc.nf

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions modules/local/QualityAssessment/quast.nf

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion nextflow.config
Original file line number Diff line number Diff line change
Expand Up @@ -109,5 +109,5 @@ manifest {
homePage = "https://github.com/fmalmeida/mpgap"
mainScript = "main.nf"
nextflowVersion = "!>=21.10.3"
version = "3.2"
version = "3.2.1"
}

0 comments on commit 2ed1af2

Please sign in to comment.