guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

05/23: gnu: r-snprelate: Add test inputs.


From: guix-commits
Subject: 05/23: gnu: r-snprelate: Add test inputs.
Date: Mon, 25 Nov 2024 10:56:57 -0500 (EST)

rekado pushed a commit to branch r-team
in repository guix.

commit 8a9e032a103bf23d141e6d4d10e2d17a585cf356
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Mon Nov 25 14:08:13 2024 +0100

    gnu: r-snprelate: Add test inputs.
    
    * gnu/packages/bioconductor.scm (r-snprelate)[native-inputs]: Add
    r-biocgenerics and r-matrix.
    
    Change-Id: Ie0f58fc3a94622a316213bc6f50d2f1e30199f1a
---
 gnu/packages/bioconductor.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/bioconductor.scm b/gnu/packages/bioconductor.scm
index ee018fb65b..6ea5387f40 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -24203,7 +24203,7 @@ segmented data for individual and multiple arrays.")
     (properties `((upstream-name . "SNPRelate")))
     (build-system r-build-system)
     (propagated-inputs (list r-gdsfmt))
-    (native-inputs (list r-knitr r-runit))
+    (native-inputs (list r-biocgenerics r-matrix r-knitr r-runit))
     (home-page "https://github.com/zhengxwen/SNPRelate";)
     (synopsis
      "Toolset for relatedness and Principal Component Analysis of SNP data")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]