Skip to content

Commit

Permalink
Merge pull request #55 from itrujnara/dev
Browse files Browse the repository at this point in the history
Fixed plots in the report, changed release date
  • Loading branch information
itrujnara committed Jun 11, 2024
2 parents 109da77 + 4ce1d30 commit f69b94d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
6 changes: 3 additions & 3 deletions workflows/reportho.nf
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit f69b94d

Please sign in to comment.