From 9fa6eee31adb034d7b034563d9656f2a38add105 Mon Sep 17 00:00:00 2001 From: Douwe Schulte Date: Tue, 3 Sep 2024 13:07:02 +0200 Subject: [PATCH] Use supported category for rustyms --- rustyms/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rustyms/Cargo.toml b/rustyms/Cargo.toml index 75433f4..b6bf0c5 100644 --- a/rustyms/Cargo.toml +++ b/rustyms/Cargo.toml @@ -5,7 +5,7 @@ edition = "2021" license = "MIT OR Apache-2.0" authors = ["Douwe Schulte "] description = "A library to handle proteomic mass spectrometry data and match peptides to spectra." -categories = ["science::bio"] +categories = ["science::bioinformatics::proteomics"] keywords = ["spectra", "mass-spectrometry", "bio", "fragmentation", "proforma"] repository = "https://github.com/snijderlab/rustyms" readme = "README.md"