diff options
author | Efraim Flashner | 2021-04-30 14:35:12 +0300 |
---|---|---|
committer | Efraim Flashner | 2021-04-30 14:49:05 +0300 |
commit | 5e8b600b98dc058d3fc1d8bbda943ca9d8ac66f3 (patch) | |
tree | 25f70f49229a2a1f46522fc2bf3a09701f2f3962 /gn/packages | |
parent | 7d8b95546ad7a90ccc9175e7a71a198f05f1b359 (diff) | |
download | guix-bioinformatics-5e8b600b98dc058d3fc1d8bbda943ca9d8ac66f3.tar.gz |
gn: genome-browser: update package, service
Diffstat (limited to 'gn/packages')
-rw-r--r-- | gn/packages/bioinformatics.scm | 16 |
1 files changed, 11 insertions, 5 deletions
diff --git a/gn/packages/bioinformatics.scm b/gn/packages/bioinformatics.scm index 3785b0f..b41546a 100644 --- a/gn/packages/bioinformatics.scm +++ b/gn/packages/bioinformatics.scm @@ -1649,8 +1649,7 @@ multiple sequence alignment.") #t))) ))) (inputs - `( - ("freetype" ,freetype) + `(("freetype" ,freetype) ("libpng" ,libpng) ("mysql:dev" ,mariadb "dev") ("mysql:lib" ,mariadb "lib") @@ -1685,6 +1684,13 @@ to a particular gene to view its spliced ESTs and possible alternative splicing. The Genome Browser itself does not draw conclusions; rather, it collates all relevant information in one location, leaving the exploration and interpretation to the user.") - (license (license:non-copyleft - "https://www.genome.ucsc.edu/conditions.html" - "Free for academic/non-profit/personal use only.")))) + (license (list + license:bsd-0 ; kent/src/{utils,lib,inc,tabStorm,parasol,hg/ausoSql,hg/autoXml} + license:bsd-3 ; these two for bundled htslib-1.3 + license:expat + (license:non-copyleft + "https://www.genome.ucsc.edu/license/" + "Free for academic/non-profit/personal use only.") + (license:non-copyleft ; Blat, In-Silico PCR + "http://www.kentinformatics.com/index.html" + "Free for universities and non-profit institutions."))))) |