gnu: miso: Update home page.

* gnu/packages/bioinformatics.scm (miso)[home-page]: Update.
This commit is contained in:
Tobias Geerinckx-Rice 2020-01-21 01:32:10 +01:00
parent b725655fce
commit 030fe2fb7e
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -4596,7 +4596,7 @@ (define-public miso
;; Use setuptools, or else the executables are not ;; Use setuptools, or else the executables are not
;; installed. ;; installed.
(("distutils.core") "setuptools") (("distutils.core") "setuptools")
;; use "gcc" instead of "cc" for compilation ;; Use "gcc" instead of "cc" for compilation.
(("^defines") (("^defines")
"cc.set_executables( "cc.set_executables(
compiler='gcc', compiler='gcc',
@ -4606,8 +4606,8 @@ (define-public miso
#t)))) #t))))
(build-system python-build-system) (build-system python-build-system)
(arguments (arguments
`(#:python ,python-2 ; only Python 2 is supported `(#:python ,python-2 ; only Python 2 is supported
#:tests? #f)) ; no "test" target #:tests? #f)) ; no "test" target
(inputs (inputs
`(("samtools" ,samtools) `(("samtools" ,samtools)
("python-numpy" ,python2-numpy) ("python-numpy" ,python2-numpy)
@ -4615,9 +4615,9 @@ (define-public miso
("python-scipy" ,python2-scipy) ("python-scipy" ,python2-scipy)
("python-matplotlib" ,python2-matplotlib))) ("python-matplotlib" ,python2-matplotlib)))
(native-inputs (native-inputs
`(("python-mock" ,python2-mock) ;for tests `(("python-mock" ,python2-mock) ; for tests
("python-pytz" ,python2-pytz))) ;for tests ("python-pytz" ,python2-pytz))) ; for tests
(home-page "http://genes.mit.edu/burgelab/miso/index.html") (home-page "https://www.genes.mit.edu/burgelab/miso/index.html")
(synopsis "Mixture of Isoforms model for RNA-Seq isoform quantitation") (synopsis "Mixture of Isoforms model for RNA-Seq isoform quantitation")
(description (description
"MISO (Mixture-of-Isoforms) is a probabilistic framework that quantitates "MISO (Mixture-of-Isoforms) is a probabilistic framework that quantitates