diff options
author | pjotrp | 2020-12-15 13:09:00 +0000 |
---|---|---|
committer | pjotrp | 2020-12-15 13:12:28 +0000 |
commit | 0659daea6f8d0989c8099f4b81fc871bd0437fd6 (patch) | |
tree | 632f20f708363bee05218c47d2048c5d7d1e0569 /gn | |
parent | be517e1e2398276c67ea799eb33d1699d3d1f467 (diff) | |
download | guix-bioinformatics-0659daea6f8d0989c8099f4b81fc871bd0437fd6.tar.gz |
Updated gemma package for GN2
Diffstat (limited to 'gn')
-rw-r--r-- | gn/packages/gemma.scm | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/gn/packages/gemma.scm b/gn/packages/gemma.scm index e780ea5..1a8c308 100644 --- a/gn/packages/gemma.scm +++ b/gn/packages/gemma.scm @@ -113,8 +113,7 @@ (file-name (string-append name "-" version "-checkout")) (sha256 (base32 - "1p8a7kkfn1mmrg017aziy544aha8i9h6wd1x2dk3w2794wl33qb7")))) - ; guix environment -C guix --ad-hoc gcc-toolchain gdb gsl openblas zlib bash ld-wrapper perl vim which + "07hayi4hk34ldyqykn0aalpyd5vkdf06mn06ir4z80717arhpfs3")))) (inputs `( ("gsl" ,gsl) ("shunit2" ,shunit2) @@ -141,7 +140,7 @@ (install-file "bin/gemma" (string-append out "/bin")))))) ; #:tests? #f #:parallel-tests? #f)) - (home-page "http://www.xzlab.org/software.html") + (home-page "https://github.com/genetics-statistics/GEMMA") (synopsis "Tool for genome-wide efficient mixed model association") (description "Genome-wide Efficient Mixed Model Association (GEMMA) provides a standard linear mixed model resolver with application in |