Skip to content

Commit 27e661d

Browse files
committed
fix: move bioinformatics as a subcategory of science
Signed-off-by: Ali Sajid Imami <[email protected]>
1 parent 78466ae commit 27e661d

File tree

1 file changed

+24
-25
lines changed

1 file changed

+24
-25
lines changed

src/boot/categories.toml

Lines changed: 24 additions & 25 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+
[bioinformatics.categories.genomics]
527+
name = "Genomics"
528+
description = """
529+
Crates for processing genetic data, including sequences, abdundance, variants and analysis.\
530+
"""
531+
532+
[bioinformatics.categories.proteomics]
533+
name = "Proteomics"
534+
description = """
535+
Crates for processing protein data including sequences, abdundance and analysis.\
536+
"""
537+
538+
[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 = """
@@ -593,28 +617,3 @@ name = "WebSocket"
593617
description = """
594618
Crates to communicate over the WebSocket protocol.\
595619
"""
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)