diff options
author | Zhu Zihao <all_but_last@163.com> | 2025-07-04 02:19:41 +0800 |
---|---|---|
committer | jgart <jgart@dismail.de> | 2025-07-03 13:41:45 -0500 |
commit | 0891ac02311c8b881bafd58c96d0424cc55260d4 (patch) | |
tree | c10d3966372c5774cf1c4017c6ec0d88c67f329e | |
parent | 6ee1897ee0a688134ca3a1328faeb875d441a3a0 (diff) |
gnu: r-chemmineob: Avoid 'open source' in description.
* gnu/packages/bioconductor.scm (r-chemmineob)[description]:
rephrase 'open source' as 'free'.
Change-Id: I6070bdd47dad0ef0807821e614113146d70abe28
Signed-off-by: jgart <jgart@dismail.de>
-rw-r--r-- | gnu/packages/bioconductor.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/bioconductor.scm b/gnu/packages/bioconductor.scm index 01e653e6e9..577f1d9779 100644 --- a/gnu/packages/bioconductor.scm +++ b/gnu/packages/bioconductor.scm @@ -23758,7 +23758,7 @@ visualizing RNA-sequencing datasets and differentially expressed genes.") (description "@code{ChemmineOB} provides an R interface to a subset of cheminformatics functionalities implemented by the @code{OpelBabel} C++ project. -@code{OpenBabel} is an open source cheminformatics toolbox that includes +@code{OpenBabel} is a free cheminformatics toolbox that includes utilities for structure format interconversions, descriptor calculations, compound similarity searching and more. @code{ChemineOB} aims to make a subset of these utilities available from within R. For non-developers, |