diff options
author | Vagrant Cascadian <vagrant@debian.org> | 2025-02-17 02:20:20 -0800 |
---|---|---|
committer | Vagrant Cascadian <vagrant@debian.org> | 2025-02-17 02:25:07 -0800 |
commit | d91f76219b79444c6d00a8c1b1fd0cf46f721644 (patch) | |
tree | 38a245f047d73f2a2ca50d28619fd2b3574309f7 | |
parent | ddfec2a30e8aa663472fa4cc1cbbf8a3102208ab (diff) |
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".
-rw-r--r-- | gnu/packages/bioinformatics.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm index e650896369..cc92d55ac4 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)))) |