Skip to content

Commit

Permalink
Add post about v1.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
n-elie committed Jun 6, 2024
1 parent e161aff commit 2f6d345
Show file tree
Hide file tree
Showing 4 changed files with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions _posts/2024-06-06-Version 1.5.2.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
---
layout: post
title: Version 1.5.2
thumbnail-img: /assets/img/sunglasses.jpeg
---

A few additional parameters has been introduced for improved flexibility:
- You can set the mininum *m/z* limit you want to use in the filter section of the Import Data dialog. It was previously fixed to 50 Th.
- Add options in Force Directed views to control scale and gravity
- A title can be added for each view to ease identification of networks.
![Sparse matrix](/assets/img/force_directed_152.png)

MetGem can now read MGF file with non-consecutive ids, as output by MZMine especially by the `Processing Wizard`.

The scores matrix can now be sparse, meaning that only score different from zero are stored. This is usefull to work with very large datasets, for which the entire dense matrix cannot be kept in memory.
Note that not all views are compatible with these sparse matrixes (Only Force Directed and t-SNE).
![Sparse matrix](/assets/img/sparse.png)

A help link is now present on most of the dialogs for better understanding of the algorithms.

MetGem now includes a command-line executable (`metgem-cli`) to generate network with user interface. It generates a project file that can be later opened by MetGem's user interface.

A large number of bugs have also been fixed. Full changelog can be found in the [release page](https://github.com/metgem/metgem/releases/tag/v1.5.0).
However, if you think you found one, feel free to fill a new issue on the [github project page](https://github.com/metgem/metgem/issues).
You can also discuss this release in the [forum](https://github.com/metgem/metgem/discussions/121).

[Documentation](https://metgem.readthedocs.io) is also available online.

Downloads are available here:
- [Windows](https://github.com/metgem/metgem/releases/download/v1.5.2/setup_MetGem-v1.5.2.exe)
- [MacOS X](https://github.com/metgem/metgem/releases/download/v1.5.2/MetGem-v1.5.2.dmg)
- [Linux](https://github.com/metgem/metgem/releases/download/v1.5.2/MetGem-x86_64-v1.5.2.AppImage)
- [Source code](https://github.com/metgem/metgem/archive/refs/tags/v1.5.2.zip)
Binary file added assets/img/force_directed_152.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/img/sparse.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/img/sunglasses.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 2f6d345

Please sign in to comment.