Skip to content

Commit 153966f

Browse files
AliSajidTurbo87
andauthored
Add bioinformatics category and related subcategories (#8388)
Signed-off-by: Ali Sajid Imami <[email protected]> Co-authored-by: Tobias Bieniek <[email protected]>
1 parent d57515c commit 153966f

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

src/boot/categories.toml

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -517,6 +517,30 @@ description = """
517517
Crates for research tools and processing of data related to the brain and nervous system.\
518518
"""
519519

520+
[science.categories.bioinformatics]
521+
name = "Bioinformatics"
522+
description = """
523+
Crates for processing large-scale biological data.\
524+
"""
525+
526+
[science.categories.bioinformatics.categories.genomics]
527+
name = "Genomics"
528+
description = """
529+
Crates for processing genetic data, including sequences, abdundance, variants and analysis.\
530+
"""
531+
532+
[science.categories.bioinformatics.categories.proteomics]
533+
name = "Proteomics"
534+
description = """
535+
Crates for processing protein data including sequences, abdundance and analysis.\
536+
"""
537+
538+
[science.categories.bioinformatics.categories.sequence-analysis]
539+
name = "Sequence analysis"
540+
description = """
541+
Crates for processing biological sequences, including alignment, assembly, and annotation.\
542+
"""
543+
520544
[simulation]
521545
name = "Simulation"
522546
description = """

0 commit comments

Comments
 (0)