diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2024-05-08 12:33:38 +0200 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2024-05-08 12:53:43 +0200 |
commit | ba8d10c65a178e9582bdb386314a6dfb0d5e3104 (patch) | |
tree | 57ccb93f0fba220669e89a23d7295f63ce7e8221 | |
parent | babafe251cd965f014f5ca59c4a4aaefd8fe6c29 (diff) | |
download | guix-ba8d10c65a178e9582bdb386314a6dfb0d5e3104.tar.gz guix-ba8d10c65a178e9582bdb386314a6dfb0d5e3104.zip |
FIXUP r-bigmelon
Change-Id: Ic9b038a93c14595da8575de5449b7aa0504d031e
-rw-r--r-- | gnu/packages/bioconductor.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/bioconductor.scm b/gnu/packages/bioconductor.scm index d4a8a26a20..1a50b78dd8 100644 --- a/gnu/packages/bioconductor.scm +++ b/gnu/packages/bioconductor.scm @@ -19699,6 +19699,7 @@ with multiple R processes supported by the package @code{parallel}.") r-methylumi r-minfi r-watermelon)) + (native-inputs (list r-knitr)) (home-page "https://bioconductor.org/packages/bigmelon/") (synopsis "Illumina methylation array analysis for large experiments") (description |