RECETOX / galaxytools

Set of Galaxy tool wrappers developed at RECETOX
MIT License
13 stars 13 forks source link

matchms: Implement missing similarity metrics #42

Open hechth opened 3 years ago

hechth commented 3 years ago

Description

Implement matchms wrapper which exposes basic functionality of computing match scores between two msp files.

Subtasks

Galaxy

Features

Implement missing similarity metrics which require special handling

After the metadata match is implemented, this could also be used to provide a better implementation of the RI filtering by simply having it via the metadata match and then using a separate tool to combine scores.

martenson commented 3 years ago

initial version has been implemented in https://github.com/RECETOX/galaxytools/pull/55

hechth commented 1 year ago

parentmass match is implemented with the metadata match

hechth commented 1 year ago

This will be implemented with #321