diff options
| author | pjotrp | 2026-03-10 14:04:55 +0100 |
|---|---|---|
| committer | pjotrp | 2026-03-10 14:04:55 +0100 |
| commit | 84288495a6aa72641a788e320d1b95a5ca6d6106 (patch) | |
| tree | 0d3b38b7f688300a846c3e41e3392c1737efa877 | |
| parent | 859acac1ab832582700cf9f20b463a41a41d57de (diff) | |
| download | guix-bioinformatics-84288495a6aa72641a788e320d1b95a5ca6d6106.tar.gz | |
Use license:
| -rw-r--r-- | gn/packages/bioinformatics.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gn/packages/bioinformatics.scm b/gn/packages/bioinformatics.scm index 7cf1398..a4671fd 100644 --- a/gn/packages/bioinformatics.scm +++ b/gn/packages/bioinformatics.scm @@ -5050,7 +5050,7 @@ annotated in the reference.") (synopsis "Draw Gene Arrow Maps in 'ggplot2'") (description "This package provides a ggplot2 extension for drawing gene arrow maps.") - (license gpl2))) + (license license:gpl2))) (define-public r-dendextend @@ -5082,4 +5082,4 @@ visualize and compare trees of hierarchical clusterings'. You can (1) Adjust a tree's graphical parameters - the color, size, type, etc of its branches, nodes and labels. (2) Visually and statistically compare different dendrograms to one another.") - (license (list gpl2 gpl3)))) + (license (list license:gpl2 license:gpl3)))) |
