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

Solves issue 79 #80

Merged
merged 6 commits into from
Jul 23, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
7 changes: 6 additions & 1 deletion markdown/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,12 @@

The tracking for changes started in v2.

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

* [#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: 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