From d91f76219b79444c6d00a8c1b1fd0cf46f721644 Mon Sep 17 00:00:00 2001 From: Vagrant Cascadian Date: Mon, 17 Feb 2025 02:20:20 -0800 Subject: [PATCH] gnu: Fix typos in bioinformatics packages. * gnu/packages/bioinformatics.scm (python-scrublet)[synopsis]: Fix spelling of "identify". (maffilter)[description]: Fix spelling of "inference". (r-azimuth)[description]: Fix spelling of "accounts". --- gnu/packages/bioinformatics.scm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm index e6508963694..cc92d55ac48 100644 --- a/gnu/packages/bioinformatics.scm +++ b/gnu/packages/bioinformatics.scm @@ -6454,7 +6454,7 @@ resources for bioinformatics.") python-umap-learn)) (native-inputs (list python-setuptools python-wheel)) (home-page "https://github.com/swolock/scrublet") - (synopsis "Tool to indentify and remove doublets in single-cell data") + (synopsis "Tool to identify and remove doublets in single-cell data") (description "This package provides a tool for identifying and removing doublets in single-cell RNA-seq data.") (license license:expat))) @@ -9698,7 +9698,7 @@ pipeline as a series of consecutive filters, each performing a dedicated analysis. Many of the filters are available, from alignment cleaning to phylogeny reconstruction and population genetics analysis. Despite various filtering options and format conversion tools, MafFilter can compute a wide -range of statistics (phylogenetic trees, nucleotide diversity, inferrence of +range of statistics (phylogenetic trees, nucleotide diversity, inference of selection, etc.).") (license license:gpl3+))) @@ -13613,7 +13613,7 @@ single-cell data.") (description "Azimuth utilizes an annotated reference dataset. It automates the processing, analysis, and interpretation. This applies specifically to new single-cell RNA-seq or ATAC-seq experiments. Azimuth -leverages a reference-based mapping pipeline that inputs acounts matrix and +leverages a reference-based mapping pipeline that inputs accounts matrix and performs normalization, visualization, cell annotation, and differential expression.") (license license:gpl3))))