From 2329dba67b6bf88a77a2a36ab12b134f2b132902 Mon Sep 17 00:00:00 2001 From: itrujnara Date: Tue, 11 Jun 2024 11:32:03 +0200 Subject: [PATCH 1/2] Changed which plots are used in the report --- workflows/reportho.nf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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, From 6404e9131fc13cbd09f19afdb8fd62b57bfe8010 Mon Sep 17 00:00:00 2001 From: itrujnara Date: Tue, 11 Jun 2024 11:32:38 +0200 Subject: [PATCH 2/2] Updated version date --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.