diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2017-01-20 15:28:50 +0100 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2017-01-20 15:38:03 +0100 |
commit | e614d6398ab2b90a3d025fe559fa49a4f7b56cba (patch) | |
tree | 40f629df92d4b68284b0b6e6de68f096540b19ec /gnu/packages | |
parent | e431eb670dd3d367385f995197f0d1cce11ce970 (diff) |
gnu: r-msnbase: Expand abbreviation in description.
* gnu/packages/bioinformatics.scm (r-msnbase)[description]: Expand "MS"
to "mass spectrometry".
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/bioinformatics.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm index 0a77ccfdf9..f8a4ed7e5d 100644 --- a/gnu/packages/bioinformatics.scm +++ b/gnu/packages/bioinformatics.scm @@ -8463,7 +8463,7 @@ structure (pcaRes) to provide a common interface to the PCA results.") (synopsis "Base functions and classes for MS-based proteomics") (description "This package provides basic plotting, data manipulation and processing -of MS-based proteomics data.") +of mass spectrometry based proteomics data.") (license license:artistic2.0))) (define-public r-msnid |