diff options
author | pjotrp | 2017-02-26 19:13:31 +0000 |
---|---|---|
committer | pjotrp | 2017-02-26 19:13:31 +0000 |
commit | 7affda5295cb6bab9cd336be0fea70e1c2bf24d2 (patch) | |
tree | 8484a497a32d8d4919c44b64daef0e5f7585c279 /gn/packages/genenetwork.scm | |
parent | 699b05703c743baf51f720db22eb0a2438cb8cad (diff) | |
download | guix-bioinformatics-7affda5295cb6bab9cd336be0fea70e1c2bf24d2.tar.gz |
Added comments on guix viability
- removed r-wcna and r-preprocesscore as they are in Guix now
Diffstat (limited to 'gn/packages/genenetwork.scm')
-rw-r--r-- | gn/packages/genenetwork.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gn/packages/genenetwork.scm b/gn/packages/genenetwork.scm index dfbba02..7ee798e 100644 --- a/gn/packages/genenetwork.scm +++ b/gn/packages/genenetwork.scm @@ -87,7 +87,7 @@ (description #f) (license #f))) -(define-public qtlreaper +(define-public qtlreaper ; guix obsolete - but used in GN2 (let ((commit "71fbbe2b35e4f54937be2d54d09fb71d25fe5fad")) (package (name "qtlreaper") @@ -122,7 +122,7 @@ bootstrap resampling to estimate the confidence region for the location of a putative QTL.") (license license:gpl2+)))) -(define-public genenetwork1 +(define-public genenetwork1 ; guix incomplete (let ((commit "d622c803b")) (package (name "genenetwork1") |