mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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".
This commit is contained in:
parent
ddfec2a30e
commit
d91f76219b
1 changed files with 3 additions and 3 deletions
|
@ -6454,7 +6454,7 @@ resources for bioinformatics.")
|
||||||
python-umap-learn))
|
python-umap-learn))
|
||||||
(native-inputs (list python-setuptools python-wheel))
|
(native-inputs (list python-setuptools python-wheel))
|
||||||
(home-page "https://github.com/swolock/scrublet")
|
(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
|
(description "This package provides a tool for identifying and removing
|
||||||
doublets in single-cell RNA-seq data.")
|
doublets in single-cell RNA-seq data.")
|
||||||
(license license:expat)))
|
(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
|
analysis. Many of the filters are available, from alignment cleaning to
|
||||||
phylogeny reconstruction and population genetics analysis. Despite various
|
phylogeny reconstruction and population genetics analysis. Despite various
|
||||||
filtering options and format conversion tools, MafFilter can compute a wide
|
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.).")
|
selection, etc.).")
|
||||||
(license license:gpl3+)))
|
(license license:gpl3+)))
|
||||||
|
|
||||||
|
@ -13613,7 +13613,7 @@ single-cell data.")
|
||||||
(description "Azimuth utilizes an annotated reference dataset. It
|
(description "Azimuth utilizes an annotated reference dataset. It
|
||||||
automates the processing, analysis, and interpretation. This applies
|
automates the processing, analysis, and interpretation. This applies
|
||||||
specifically to new single-cell RNA-seq or ATAC-seq experiments. Azimuth
|
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
|
performs normalization, visualization, cell annotation, and differential
|
||||||
expression.")
|
expression.")
|
||||||
(license license:gpl3))))
|
(license license:gpl3))))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue