gnu: grit: Update home page.
* gnu/packages/bioinformatics.scm (grit)[home-page]: Use source code repository as home page.master
parent
b56f2b6366
commit
b725655fce
|
@ -3313,7 +3313,8 @@ association studies (GWAS).")
|
||||||
("python-networkx" ,python2-networkx)))
|
("python-networkx" ,python2-networkx)))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("python-cython" ,python2-cython)))
|
`(("python-cython" ,python2-cython)))
|
||||||
(home-page "http://grit-bio.org")
|
;; The canonical <http://grit-bio.org> home page times out as of 2020-01-21.
|
||||||
|
(home-page "https://github.com/nboley/grit")
|
||||||
(synopsis "Tool for integrative analysis of RNA-seq type assays")
|
(synopsis "Tool for integrative analysis of RNA-seq type assays")
|
||||||
(description
|
(description
|
||||||
"GRIT is designed to use RNA-seq, TES, and TSS data to build and quantify
|
"GRIT is designed to use RNA-seq, TES, and TSS data to build and quantify
|
||||||
|
|
Reference in New Issue