diff options
author | Roel Janssen | 2016-03-10 17:24:19 +0100 |
---|---|---|
committer | Roel Janssen | 2016-03-10 17:24:19 +0100 |
commit | 0341bc89486c235bf8c9ed0de3439095d65d1a34 (patch) | |
tree | 474f47d52202fb2c6cbbb566a2c281fbe7805358 /gn/packages/genenetwork.scm | |
parent | 99e4f33740622b50182822b4ef253f017620af44 (diff) | |
parent | a9ae940435ffa67b04598a215280c42dd185e964 (diff) | |
download | guix-bioinformatics-0341bc89486c235bf8c9ed0de3439095d65d1a34.tar.gz |
Merge branch 'master' of https://github.com/genenetwork/guix-bioinformatics
Diffstat (limited to 'gn/packages/genenetwork.scm')
-rw-r--r-- | gn/packages/genenetwork.scm | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/gn/packages/genenetwork.scm b/gn/packages/genenetwork.scm index 3d62d55..1382cfb 100644 --- a/gn/packages/genenetwork.scm +++ b/gn/packages/genenetwork.scm @@ -150,13 +150,10 @@ ;; (url "https://github.com/genenetwork/genenetwork2.git") (url "https://github.com/genenetwork/genenetwork2_diet.git") (commit commit))) - (file-name (string-append name "-" (string-take commit 7))) + (file-name (string-append name "-" (string-take commit 7))) (sha256 (base32 "1zs6jgrpwzxmfjz03whnaw8q6h8f53mycl440p058gfn8x7pd618")))) - (inputs `( - ("r-wgcna" ,r-wgcna) - ("r-qtl" ,r-qtl))) (propagated-inputs `( ;; propagated for development purposes ("python" ,python-2) ;; probably superfluous ("r" ,r) |