Skip to content

Releases: metagenopolis/meteor

Meteor 2.0.22

11 Dec 14:23

Choose a tag to compare

✨ New Features

Enhanced Strain Analysis Metrics (#70)

  • Pairwise comparison of strains
  • Information content classification (minimal vs. maximal information sites)
  • Automated strain relationship categorization based on genetic distance thresholds

🐛 Bug Fixes & Performance

Threading Stability Improvements

  • Updated cogent3 and bzip2 dependencies to resolve multi-threading issues
  • Enhanced parallel processing reliability for high-throughput workflows

🗄️ Database Updates

KEGG Modules v116

  • Updated to KEGG Release 116 by @fthirion89 (#115)
  • Latest metabolic pathway annotations for improved functional classification

🛠️ Developer Experience

Repository Configuration

  • Added .gitattributes by @fplazaonate (#117)
  • Improved language detection and diff handling for binary files

Full Changelog: 2.0.21...2.0.22

Meteor 2.0.21

06 Nov 21:11

Choose a tag to compare

Bug Fixes

  • Fixed incorrect link to human oral catalogue
  • Fix duplicate annotation for resfinder

Improvements

  • Improved strain analysis performance
  • Implemented ultrametric distance calculations for strain analysis
  • Added Python 3.13 compatibility updates

Full Changelog: 2.0.20...2.0.21

Meteor 2.0.20

12 Sep 15:59

Choose a tag to compare

Bug Fixes

  • Fixed strain analysis: Resolved issue where a bed file was incorrectly required as input
  • Fixed reference date warning related to catalogue date validation

Enhancements

Updated catalogue annotations:

  • Upgraded to GTDB r226 taxonomic annotation
  • Updated to dbCAN 5.0 for enhanced carbohydrate-active enzyme annotation

Added Nextflow pipeline template: Introduced nf-meteor.nf workflow for automated end-to-end analysis with simplified parameter configuration.

Meteor 2.0.19

01 Sep 15:33
561ae76

Choose a tag to compare

Main improvements:

  • Fix compatibility with nextflow
  • Fix strain issues with sort
  • Update Kegg modules to 114

What's Changed

Full Changelog: 2.0.18...2.0.19

Meteor 2.0.18

27 Feb 13:28

Choose a tag to compare

New Features:

  • Enhanced Meteor Interaction: Improved testing of entries ensures a more robust and reliable interaction with Meteor.
  • KEGG Modules Analysis: Meteor now provides insightful analysis of KEGG modules, offering a deeper understanding of metabolic pathways.
  • Optimized Strain Analysis: Our strain analysis parameters have been fine-tuned for more accurate and efficient results.
  • Faster Tree Computation: The TN69 metrics are now available for tree computation, significantly reducing processing time compared to GTR.
  • Catalogue Version Checking: Meteor now verifies that the catalogue version is compatible with the current Meteor version, ensuring seamless integration.

Bug Fixes:
This release also includes multiple bug fixes, improving stability and performance across different functionalities.

Meteor 2.0.17

21 Nov 12:35

Choose a tag to compare

New Features:

  • Builder: The reference is now compressed using bgzip, consistent with our catalog listings. This enhancement ensures efficient storage and compatibility across tools.
  • Catalogues: We have standardized the annotation format and enhanced usage with the Feather format. Additionally, the Resfinder and ResfinderFG databases are now fully integrated and available for use.
  • Mapping: Meteor now provides more detailed and informative outputs regarding the counts, offering users better insights into the mapping process.
  • Strain Analysis: Our strain analysis parameters have been further optimized, and multiprocessing has been enabled for enhanced performance and faster analysis.
  • Tree Computation: Multiprocessing support is now active, allowing for quicker and more efficient tree computations.

Bug Fixes:
This release also includes multiple bug fixes, improving stability and performance across different functionalities.

Meteor 2.0.16

05 Sep 09:51

Choose a tag to compare

We have improved the stability of the strain analysis.

Meteor 2.0.15

27 Aug 15:56

Choose a tag to compare

We have completely revised the strain analysis. Meteor is now based on freebayes.
Several dependencies have been removed: raxml and bcftools.

2.0.14

01 Jul 09:34

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2.0.13...2.0.14

Meteor 2.0.13

21 Jun 10:45

Choose a tag to compare

  • Fix strain analysis for some catalogues
  • Enhanced Mutation Rate Analysis
  • Extend testing coverage
  • Solving Malfunctioning Strains with some microbial catalogs
  • Activate GBM analysis
  • Introducing automode for Rapid and Normal Analysis
  • Tests covers 92% of the code