Skip to content

Commit 78466ae

Browse files
committed
Add bioinformatics category and related subcategories
Signed-off-by: Ali Sajid Imami <[email protected]>
1 parent 841c9fa commit 78466ae

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

src/boot/categories.toml

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -593,3 +593,28 @@ name = "WebSocket"
593593
description = """
594594
Crates to communicate over the WebSocket protocol.\
595595
"""
596+
597+
[bioinformatics]
598+
name = "Bioinformatics"
599+
description = """
600+
Crates for processing large-scale biological data.\
601+
"""
602+
603+
[bioinformatics.categories.genomics]
604+
name = "Genomics"
605+
description = """
606+
Crates for processing genetic data, including sequences, abdundance, variants and analysis.\
607+
"""
608+
609+
[bioinformatics.categories.proteomics]
610+
name = "Proteomics"
611+
description = """
612+
Crates for processing protein data including sequences, abdundance and analysis.\
613+
"""
614+
615+
[bioinformatics.categories.sequence-analysis]
616+
name = "Sequence analysis"
617+
description = """
618+
Crates for processing biological sequences, including alignment, assembly, and annotation.\
619+
"""
620+

0 commit comments

Comments
 (0)