diff --git a/CHANGELOG.md b/CHANGELOG.md index ef0e042..3703c7c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [v1.0.0](https://github.com/nf-core/reportho/releases/tag/1.0.0) - Magnificent Mainsail - [2024-06-07] +## [v1.0.0](https://github.com/nf-core/reportho/releases/tag/1.0.0) - Magnificent Mainsail - [2024-06-11] Although its location and design may vary greatly, the mainsail is always a key source of propulsion for a ship. diff --git a/workflows/reportho.nf b/workflows/reportho.nf index 350ab8c..532b03b 100644 --- a/workflows/reportho.nf +++ b/workflows/reportho.nf @@ -127,9 +127,9 @@ workflow REPORTHO { GET_ORTHOLOGS.out.seqinfo, GET_ORTHOLOGS.out.score_table, GET_ORTHOLOGS.out.orthologs, - GET_ORTHOLOGS.out.supports_plot.map { [it[0], it[1]]}, - GET_ORTHOLOGS.out.venn_plot.map { [it[0], it[1]]}, - GET_ORTHOLOGS.out.jaccard_plot.map { [it[0], it[1]]}, + GET_ORTHOLOGS.out.supports_plot.map { [it[0], it[2]]}, + GET_ORTHOLOGS.out.venn_plot.map { [it[0], it[2]]}, + GET_ORTHOLOGS.out.jaccard_plot.map { [it[0], it[2]]}, GET_ORTHOLOGS.out.stats, ch_seqhits, ch_seqmisses,