Skip to content

Releases: lifs-tools/jgoslin

Release 2.2.0

24 Oct 08:07
Compare
Choose a tag to compare

This project is a parser, validator and normalizer implementation for shorthand lipid nomenclatures, based on the Grammar of Succinct Lipid Nomenclatures project.

Goslin defines multiple grammers compatible with ANTLRv4 for different sources of shorthand lipid nomenclature. This allows to generate parsers based on the defined grammars, which provide immediate feedback whether a processed lipid shorthand notation string is compliant with a particular grammar, or not.

jGoslin uses the Goslin grammars and the generated parser to support the following general tasks:

  • Facilitate the parsing of shorthand lipid names dialects.
  • Provide a structural representation of the shorthand lipid after parsing.
  • Use the structural representation to generate normalized names.

Changelog

Changes in 2.2.0

Highlights:

  • Updated grammar support for HMDB.
  • Updated and improved mediator name handling.
  • Updated normalization of Ganglioside names.
  • Added support for parsing of adducts with labeled isotopes.

Updates:

Fixes:

JGoslin is available from Maven central. So for regular projects, you only need to add the following dependency to your pom:

<dependency>
    <groupId>org.lifs-tools</groupId>
    <artifactId>jgoslin-parsers</artifactId>
    <version>2.2.0</version>
</dependency>

Changes in 2.1.0

Highlights:

JGoslin is available from Maven central. So for regular projects, you only need to add the following dependency to your pom:

<dependency>
    <groupId>org.lifs-tools</groupId>
    <artifactId>jgoslin-parsers</artifactId>
    <version>2.1.0</version>
</dependency>

Changes in 2.0.2

Read more

Release 2.1.0

13 Apr 09:03
Compare
Choose a tag to compare

This project is a parser, validator and normalizer implementation for shorthand lipid nomenclatures, based on the Grammar of Succinct Lipid Nomenclatures project.

Goslin defines multiple grammers compatible with ANTLRv4 for different sources of shorthand lipid nomenclature. This allows to generate parsers based on the defined grammars, which provide immediate feedback whether a processed lipid shorthand notation string is compliant with a particular grammar, or not.

jGoslin uses the Goslin grammars and the generated parser to support the following general tasks:

  • Facilitate the parsing of shorthand lipid names dialects.
  • Provide a structural representation of the shorthand lipid after parsing.
  • Use the structural representation to generate normalized names.

Changelog

Changes in 2.1.0

Highlights:

JGoslin is available from Maven central. So for regular projects, you only need to add the following dependency to your pom:

<dependency>
    <groupId>org.lifs-tools</groupId>
    <artifactId>jgoslin-parsers</artifactId>
    <version>2.1.0</version>
</dependency>

Changes in 2.0.2

JGoslin is available from Maven central. So for regular projects, you only need to add the following dependency to your pom:

<dependency>
    <groupId>org.lifs-tools</groupId>
    <artifactId>jgoslin-parsers</artifactId>
    <version>2.0.2</version>
</dependency>

Changes in 2.0.1

JGoslin is available from Maven central. So for regular projects, you only need to add the following dependency to your pom:

<dependency>
    <groupId>org.lifs-tools</groupId>
    <artifactId>jgoslin-parsers</artifactId>
    <version>2.0.1</version>
</dependen...
Read more

Release 2.0.2

23 Mar 10:24
Compare
Choose a tag to compare

This project is a parser, validator and normalizer implementation for shorthand lipid nomenclatures, based on the Grammar of Succinct Lipid Nomenclatures project.

Goslin defines multiple grammers compatible with ANTLRv4 for different sources of shorthand lipid nomenclature. This allows to generate parsers based on the defined grammars, which provide immediate feedback whether a processed lipid shorthand notation string is compliant with a particular grammar, or not.

jGoslin uses the Goslin grammars and the generated parser to support the following general tasks:

  • Facilitate the parsing of shorthand lipid names dialects.
  • Provide a structural representation of the shorthand lipid after parsing.
  • Use the structural representation to generate normalized names.

Changelog

Change in 2.0.2

JGoslin is available from Maven central. So for regular projects, you only need to add the following dependency to your pom:

<dependency>
    <groupId>org.lifs-tools</groupId>
    <artifactId>jgoslin-parsers</artifactId>
    <version>2.0.2</version>
</dependency>

Changes in 2.0.1

JGoslin is available from Maven central. So for regular projects, you only need to add the following dependency to your pom:

<dependency>
    <groupId>org.lifs-tools</groupId>
    <artifactId>jgoslin-parsers</artifactId>
    <version>2.0.1</version>
</dependency>

Changes in 2.0.0

  • Update to support the latest update to the shorthand nomenclature, this includes changes to the lipid hierarchy. Names generated with the older (pre 2.0.0) release of jgoslin should be parsable and should be normalized to the new nomenclature and hierarchy system. If not, please report the issue.
  • API and model changes: Please note that we consolidated the parsers, api and models as much as possible between the different implementations. Thus, this release is not a drop-in replacement. Please check the examples in https://github.com/lifs-tools/jgoslin/README.adoc for pointers on how to use the new classes.
  • The lipid fragment grammar has been removed from this release. We may re-add it at a later point in time. If you need this, please get in touch.

JGoslin is now available from Maven central. So for regular projects, you only need to add the following dependency to your pom:

<dependency>
    <groupId>org.lifs-tools</groupId>
    <artifactId>jgoslin-parsers</artifactId>
    <version>2.0.0</version>
</dependency>

Changes in 1.1.2

  • This release implements correct handling of hydroxyls and hydroxyl modifications within the SwissLipids, HMDB and LIPID MAPS grammars. Support for additional modifications will be added once the lipidomics standards initiative (LSI) has release an update to the recommended nomenclature.

  • The API model has been cleaned of Optionals to simplify usage. Domain objects are now either properly initialized or not at all.

Changes in 1.1.1

  • This release fixes an issue where FA sn positions were not correctly initialized for structural subspecies FAs.

Changes in 1.1.0

  • This release adds support for mass and sum formula calculation for most lipid classes (please check the lipid class table lipid-list.csv) based on the neutral lipid molecule. It also adds support for adducts within the Goslin and Goslin fragments grammars, currently limited to those supported by LipidCreator. Thus, normalized lipid shorthand notation names, as provided after translation with Goslin, can now be combined with an adduct. Please note that adduct charges need to be explicit, thus '[M+H]+' needs to be provided as '[M+H]1+'. Adducts are also factored into the mass and sum formula calculations.

Getting Started

Please check the README for instructions on how to install and use jgoslin.

Related Projects

Help & Support

If you experience any issues with jgoslin, we kindly ask you to report them
using our support form at https://lifs-tools.org/support with the support category
'General'. Please include your Operating System and you Java Runtime Environment version (if
applicable).
Source Code

jgoslin's source code is available at https://github.com/lifs-tools/jgoslin.

Full Changelog: v2.0.1...v2.0.2

Release 2.0.0

08 Mar 11:30
Compare
Choose a tag to compare

This project is a parser, validator and normalizer implementation for shorthand lipid nomenclatures, based on the Grammar of Succinct Lipid Nomenclatures project.

Goslin defines multiple grammers compatible with ANTLRv4 for different sources of shorthand lipid nomenclature. This allows to generate parsers based on the defined grammars, which provide immediate feedback whether a processed lipid shorthand notation string is compliant with a particular grammar, or not.

jGoslin uses the Goslin grammars and the generated parser to support the following general tasks:

  • Facilitate the parsing of shorthand lipid names dialects.
  • Provide a structural representation of the shorthand lipid after parsing.
  • Use the structural representation to generate normalized names.

Changelog

Changes in 2.0.0

  • Update to support the latest update to the shorthand nomenclature, this includes changes to the lipid hierarchy. Names generated with the older (pre 2.0.0) release of jgoslin should be parsable and should be normalized to the new nomenclature and hierarchy system. If not, please report the issue.
  • API and model changes: Please note that we consolidated the parsers, api and models as much as possible between the different implementations. Thus, this release is not a drop-in replacement. Please check the examples in https://github.com/lifs-tools/jgoslin/README.adoc for pointers on how to use the new classes.
  • The lipid fragment grammar has been removed from this release. We may re-add it at a later point in time. If you need this, please get in touch.

JGoslin is now available from Maven central. So for regular projects, you only need to add the following dependency to your pom:

<dependency>
    <groupId>org.lifs-tools</groupId>
    <artifactId>jgoslin-parsers</artifactId>
    <version>2.0.0</version>
</dependency>

Changes in 1.1.2

  • This release implements correct handling of hydroxyls and hydroxyl modifications within the SwissLipids, HMDB and LIPID MAPS grammars. Support for additional modifications will be added once the lipidomics standards initiative (LSI) has release an update to the recommended nomenclature.

  • The API model has been cleaned of Optionals to simplify usage. Domain objects are now either properly initialized or not at all.

Changes in 1.1.1

  • This release fixes an issue where FA sn positions were not correctly initialized for structural subspecies FAs.

Changes in 1.1.0

  • This release adds support for mass and sum formula calculation for most lipid classes (please check the lipid class table lipid-list.csv) based on the neutral lipid molecule. It also adds support for adducts within the Goslin and Goslin fragments grammars, currently limited to those supported by LipidCreator. Thus, normalized lipid shorthand notation names, as provided after translation with Goslin, can now be combined with an adduct. Please note that adduct charges need to be explicit, thus '[M+H]+' needs to be provided as '[M+H]1+'. Adducts are also factored into the mass and sum formula calculations.

Getting Started

Please check the README for instructions on how to install and use jgoslin.

Related Projects

Help & Support

If you experience any issues with jgoslin, we kindly ask you to report them
using our support form at https://lifs-tools.org/support with the support category
'General'. Please include your Operating System and you Java Runtime Environment version (if
applicable).
Source Code

jgoslin's source code is available at https://github.com/lifs-tools/jgoslin.