Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wrap-up release v3.2.1 #81

Merged
merged 11 commits into from
Jul 24, 2024
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"
}
Loading