mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-28 14:01:29 -05:00
gnu: Add r-bsgenome-ecoli-ncbi-20080805.
* gnu/packages/bioconductor.scm (r-bsgenome-ecoli-ncbi-20080805): New variable. Change-Id: Ic42527fa334be4c23ebe2e19461571d899db77ca
This commit is contained in:
parent
628926de80
commit
459d9ebd2a
1 changed files with 22 additions and 0 deletions
|
@ -543,6 +543,28 @@ (define-public r-bsgenome-drerio-ucsc-danrer11
|
|||
as provided by UCSC (danRer11, May 2017) and stored in Biostrings objects.")
|
||||
(license license:artistic2.0)))
|
||||
|
||||
(define-public r-bsgenome-ecoli-ncbi-20080805
|
||||
(package
|
||||
(name "r-bsgenome-ecoli-ncbi-20080805")
|
||||
(version "1.3.1000")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "BSgenome.Ecoli.NCBI.20080805" version
|
||||
'annotation))
|
||||
(sha256
|
||||
(base32 "1l7mjyys1kaq4mbia9jamyw6sd0ij1wypwxvwy8aksan3gcfnh27"))))
|
||||
(properties `((upstream-name . "BSgenome.Ecoli.NCBI.20080805")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs (list r-bsgenome))
|
||||
(home-page
|
||||
"https://bioconductor.org/packages/BSgenome.Ecoli.NCBI.20080805")
|
||||
(synopsis "Escherichia coli full genomes")
|
||||
(description
|
||||
"This package provides Escherichia coli full genomes for several strains
|
||||
as provided by NCBI on 2008/08/05 and stored in Biostrings objects.")
|
||||
(license license:artistic2.0)))
|
||||
|
||||
(define-public r-bsgenome-hsapiens-1000genomes-hs37d5
|
||||
(package
|
||||
(name "r-bsgenome-hsapiens-1000genomes-hs37d5")
|
||||
|
|
Loading…
Reference in a new issue