diff options
author | zimoun <[email protected]> | 2021-05-21 22:25:41 +0200 |
---|---|---|
committer | Ricardo Wurmus <[email protected]> | 2021-05-31 15:34:45 +0200 |
commit | b832fddbfc83dfc1b13a4f113a9d3f86754e4c57 (patch) | |
tree | a3c91f42fb4e5f38bf7aa002a31ccb0b9ff22698 /gnu/packages/bioinformatics.scm | |
parent | a2a1d86a77b513dc2d49f6ae8735f2e3d9e2f8c0 (diff) |
gnu: r-impute: Move to (gnu packages bioconductor).
* gnu/packages/bioinformatics.scm (r-impute): Move from here...
* gnu/packages/bioconductor.scm (r-impute): ...to here.
Diffstat (limited to 'gnu/packages/bioinformatics.scm')
-rw-r--r-- | gnu/packages/bioinformatics.scm | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm index e402efa4ad..566370c37f 100644 --- a/gnu/packages/bioinformatics.scm +++ b/gnu/packages/bioinformatics.scm @@ -7976,26 +7976,6 @@ including VCF header and contents in RDF and JSON.") information about the latest version of the Gene Ontologies.") (license license:artistic2.0))) -(define-public r-impute - (package - (name "r-impute") - (version "1.64.0") - (source (origin - (method url-fetch) - (uri (bioconductor-uri "impute" version)) - (sha256 - (base32 - "1pnjasw9i19nmxwjzrd9jbln31yc5jilfvwk414ya5zbqfsazvxa")))) - (native-inputs - `(("gfortran" ,gfortran))) - (build-system r-build-system) - (home-page "https://bioconductor.org/packages/impute") - (synopsis "Imputation for microarray data") - (description - "This package provides a function to impute missing gene expression -microarray data, using nearest neighbor averaging.") - (license license:gpl2+))) - (define-public r-seqpattern (package (name "r-seqpattern") |