Skip to content

Releases: beiko-lab/arete

v1.0.1

13 May 12:52
faf67de
Compare
Choose a tag to compare

What's Changed

  • chore: Update rspr to latest version by @jvfe in #178
  • chore: Update rSPR image to 1.3.3 by @jvfe in #179
  • feat: Add light profile to config by @jvfe in #180
  • docs: Add tab for known ARETE issues by @jvfe in #181
  • refactor: Remove old unused nf-core functions by @jvfe in #182
  • refactor: Add rspr and evolccm to annotation entry by @jvfe in #183
  • refactor: Add 1.0 threshold to subsetting heatmap by @jvfe in #184
  • refactor: Optimize rspr calls and improve visualizations by @jvfe in #185
  • chore: Update evolCCM image with patch by @jvfe in #187
  • refactor: Change subsetting logic and move to script by @jvfe in #186
  • chore: Bump ppanggolin version by @jvfe in #188
  • feat(rspr): Save cluster tree in newick format by @jvfe in #189
  • refactor: Save cluster tree with cluster prob by @jvfe in #190
  • fix: Run rSPR when tree has duplicated nodes by @jvfe in #191
  • fix: Compress output file in EvolCCM by @jvfe in #192
  • fix: Avoid file location issue with ppanggolin/poppunk by @jvfe in #193

Full Changelog: 1.0...v1.0.1

v1.0

30 Nov 13:07
17fd74c
Compare
Choose a tag to compare

v1.0 - November 30, 2023

Added

Fixed

  • Stop ppaggoolin from altering input file (53cbe77)
  • Return PopPUNK create db outputs (339620c)
  • Fix large dataset error on rSPR entry (9a119b4)

Deprecated

  • No longer includes phispy information in the annotation report (82bb3f8)

v0.9

06 Jun 17:29
Compare
Choose a tag to compare

v0.9 - June 6, 2023

Added

  • Make subsampling outputs only be used in Phylogenomics subwf (71240fd)
  • Add gml2gv module (4775118)
  • Add entry suggestion (47e4f85)
  • Create concatenated outputs for annotation steps (a15cb80)
  • Add genome similarity heatmap (1dfa297)
  • Add pident and qcover filtering (e289b5c)
  • Run RGI on Bakta outputs (de88f6f)
  • Add report with annotation outputs (3c96481)
  • Add ppanggolin (1409df6)
  • Add presence/absence table (1e43d50)
  • Add PhiSpy (080d88c)

Fixed

  • Make CheckM detect file extensions (4f20672)
  • Make poppunk flag only be checked at relevant points (290df03)
  • Change assembly samplesheet message (893c5ac)
  • Use panaroo samplesheet (4bcd833)

Deprecated

v2.0dev

05 Apr 18:12
Compare
Choose a tag to compare

v2.0 dev - April 5, 2023

Added

  • Adds stubs to every process (2a990d4)

  • Adds assembly as a subworkflow (9e6d267)

  • Adds dbcache (50193b3)

  • Updates documentation

    • README, ROADMAP, CITATIONS, docs/usage.md, docs/output.md
  • Adds test data (c57297a)

  • Reorganizes output directories by subworkflow (ff53e97)

  • Adds option to skip Kraken2 (192ab29)

  • Adds unit tests to ARETE (6a10be0)

  • Adds CI (49eb292)

  • Adds initialization script to the workflow (300f524)

  • Make FastTree the default under the Phylo subwf (b3a3ffa)

  • Adds light parameter to the workflow (b3a3ffa)

  • Concatenate and filter alignment results (8e738ef)

  • Adds PopPUNK (d4ea29e)

  • Updates and improves Bakta, making it the default(3cb354c)

  • Adds DIAMOND alignment against ICEberg2 (ed548cb)

  • Adds IslandPath (0c2ba57)

  • Adds VIBRANT (f0b1f99)

  • Adds Integron Finder (00735d1)

  • Adds Genome subsampling using PopPUNK distances (af41029)

Fixed

  • Makes assembly and assemblyqc entries available (4fd4843)
  • Change databases to value channels so they can be recycled (1285c05)
  • Adds missing params to config and schema (a2c2ea7)
  • Integrate phylo subworkflow to the main pipeline (069400d)

Deprecated