Skip to content

Commit

Permalink
Merge pull request #80 from fmalmeida/issue-79
Browse files Browse the repository at this point in the history
Solves issue 79
  • Loading branch information
fmalmeida authored Jul 23, 2024
2 parents df74632 + 5ba04f8 commit fecc989
Show file tree
Hide file tree
Showing 4 changed files with 10 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
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"
}

0 comments on commit fecc989

Please sign in to comment.