From 488ad475ca7112d64f9f1f0d4934c3293388bf1a Mon Sep 17 00:00:00 2001 From: Alexander Kabui Date: Wed, 15 Sep 2021 16:06:52 +0300 Subject: remove golang package causing build failure --- guix.scm | 2 -- 1 file changed, 2 deletions(-) (limited to 'guix.scm') diff --git a/guix.scm b/guix.scm index 729d089..75ed4a9 100644 --- a/guix.scm +++ b/guix.scm @@ -43,7 +43,6 @@ (gnu packages databases) (gnu packages statistics) (gnu packages bioconductor) - (gn packages golang) (gnu packages python) (gnu packages python-check) (gnu packages python-crypto) @@ -83,7 +82,6 @@ #:recursive? #t #:select? git-file?)) (propagated-inputs `(("coreutils" ,coreutils) - ("csvdiff" ,go-github-com-aswinkarthik-csvdiff) ("gemma-wrapper" ,gemma-wrapper) ("gunicorn" ,gunicorn) ("python" ,python-wrapper) -- cgit v1.2.3 From f4242f9743c7f236a00917fd187fbd603831dda1 Mon Sep 17 00:00:00 2001 From: Alexander Kabui Date: Wed, 22 Sep 2021 01:51:44 +0300 Subject: add required wgcna dependencies to guix.scm --- guix.scm | 1 + 1 file changed, 1 insertion(+) (limited to 'guix.scm') diff --git a/guix.scm b/guix.scm index 75ed4a9..509c9ff 100644 --- a/guix.scm +++ b/guix.scm @@ -101,6 +101,7 @@ ("r-optparse" ,r-optparse) ("r-qtl" ,r-qtl) ("r-stringi" ,r-stringi) + ("r-wgcna" ,r-wgcna) ("python-plotly" ,python-plotly) ("python-pandas" ,python-pandas))) (build-system python-build-system) -- cgit v1.2.3 From e5a50e6becabb9ebe4884714f7a182fad4490490 Mon Sep 17 00:00:00 2001 From: Alexander Kabui Date: Thu, 23 Sep 2021 12:22:51 +0300 Subject: add rjson dependency --- guix.scm | 1 + 1 file changed, 1 insertion(+) (limited to 'guix.scm') diff --git a/guix.scm b/guix.scm index 509c9ff..3e7dcea 100644 --- a/guix.scm +++ b/guix.scm @@ -102,6 +102,7 @@ ("r-qtl" ,r-qtl) ("r-stringi" ,r-stringi) ("r-wgcna" ,r-wgcna) + ("r-rjson" ,r-rjson) ("python-plotly" ,python-plotly) ("python-pandas" ,python-pandas))) (build-system python-build-system) -- cgit v1.2.3