* [PATCH] gnu: Add r-bsgenome-mmusculus-ucsc-mm10.
@ 2016-06-14 12:50 Ricardo Wurmus
2016-06-15 13:59 ` Andreas Enge
0 siblings, 1 reply; 3+ messages in thread
From: Ricardo Wurmus @ 2016-06-14 12:50 UTC (permalink / raw)
To: guix-devel
* gnu/packages/bioinformatics.scm (r-bsgenome-mmusculus-ucsc-mm10): New
variable.
---
gnu/packages/bioinformatics.scm | 32 ++++++++++++++++++++++++++++++++
1 file changed, 32 insertions(+)
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index 753e657..0b6698f 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -5245,6 +5245,38 @@ by UCSC (hg19, February 2009) and stored in Biostrings objects.")
provided by UCSC (mm9, July 2007) and stored in Biostrings objects.")
(license license:artistic2.0)))
+(define-public r-bsgenome-mmusculus-ucsc-mm10
+ (package
+ (name "r-bsgenome-mmusculus-ucsc-mm10")
+ (version "1.4.0")
+ (source (origin
+ (method url-fetch)
+ ;; We cannot use bioconductor-uri here because this tarball is
+ ;; located under "data/annotation/" instead of "bioc/".
+ (uri (string-append "http://www.bioconductor.org/packages/"
+ "release/data/annotation/src/contrib/"
+ "BSgenome.Mmusculus.UCSC.mm10_"
+ version ".tar.gz"))
+ (sha256
+ (base32
+ "12s0nm2na9brjad4rn9l7d3db2aj8qa1xvz0y1k7gk08wayb6bkf"))))
+ (properties
+ `((upstream-name . "BSgenome.Mmusculus.UCSC.mm10")))
+ (build-system r-build-system)
+ ;; As this package provides little more than a very large data file it
+ ;; doesn't make sense to build substitutes.
+ (arguments `(#:substitutable? #f))
+ (propagated-inputs
+ `(("r-bsgenome" ,r-bsgenome)))
+ (home-page
+ "http://www.bioconductor.org/packages/BSgenome.Mmusculus.UCSC.mm10/")
+ (synopsis "Full genome sequences for Mouse")
+ (description
+ "This package provides full genome sequences for Mus
+musculus (Mouse) as provided by UCSC (mm10, December 2011) and stored
+in Biostrings objects.")
+ (license license:artistic2.0)))
+
(define-public r-bsgenome-celegans-ucsc-ce6
(package
(name "r-bsgenome-celegans-ucsc-ce6")
--
2.8.4
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH] gnu: Add r-bsgenome-mmusculus-ucsc-mm10.
2016-06-14 12:50 [PATCH] gnu: Add r-bsgenome-mmusculus-ucsc-mm10 Ricardo Wurmus
@ 2016-06-15 13:59 ` Andreas Enge
2016-06-15 15:07 ` Ricardo Wurmus
0 siblings, 1 reply; 3+ messages in thread
From: Andreas Enge @ 2016-06-15 13:59 UTC (permalink / raw)
To: Ricardo Wurmus; +Cc: guix-devel
Hello Ricardo,
On Tue, Jun 14, 2016 at 02:50:30PM +0200, Ricardo Wurmus wrote:
> * gnu/packages/bioinformatics.scm (r-bsgenome-mmusculus-ucsc-mm10): New
> variable.
this looks safe to push.
Andreas
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] gnu: Add r-bsgenome-mmusculus-ucsc-mm10.
2016-06-15 13:59 ` Andreas Enge
@ 2016-06-15 15:07 ` Ricardo Wurmus
0 siblings, 0 replies; 3+ messages in thread
From: Ricardo Wurmus @ 2016-06-15 15:07 UTC (permalink / raw)
To: Andreas Enge; +Cc: guix-devel
Andreas Enge <andreas@enge.fr> writes:
> Hello Ricardo,
>
> On Tue, Jun 14, 2016 at 02:50:30PM +0200, Ricardo Wurmus wrote:
>> * gnu/packages/bioinformatics.scm (r-bsgenome-mmusculus-ucsc-mm10): New
>> variable.
>
> this looks safe to push.
Thanks. Pushing to master now.
~~ Ricardo
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2016-06-15 15:07 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-06-14 12:50 [PATCH] gnu: Add r-bsgenome-mmusculus-ucsc-mm10 Ricardo Wurmus
2016-06-15 13:59 ` Andreas Enge
2016-06-15 15:07 ` Ricardo Wurmus
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/guix.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).