mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-01 07:16:39 +01:00
gnu: Add r-wasabi.
* gnu/packages/bioinformatics.scm (r-wasabi): New variable. Change-Id: I5ce6c47f1fb3b1d5dfedd0977e53cb70ce379077
This commit is contained in:
parent
e8814809c2
commit
fb3ac987c9
1 changed files with 26 additions and 0 deletions
|
@ -1192,6 +1192,32 @@ (define-public r-streamgraph
|
||||||
visualizations.")
|
visualizations.")
|
||||||
(license license:expat))))
|
(license license:expat))))
|
||||||
|
|
||||||
|
(define-public r-wasabi
|
||||||
|
(let ((commit "8c33cabde8d18c2657cd6e38e7cb834f87cf9846")
|
||||||
|
(revision "1"))
|
||||||
|
(package
|
||||||
|
(name "r-wasabi")
|
||||||
|
(version (git-version "1.0.1" revision commit))
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method git-fetch)
|
||||||
|
(uri (git-reference
|
||||||
|
(url "https://github.com/COMBINE-lab/wasabi")
|
||||||
|
(commit commit)))
|
||||||
|
(file-name (git-file-name name version))
|
||||||
|
(sha256
|
||||||
|
(base32 "0rpdj6n4cnx8n2zl60dzgl638474sg49dknwi9x3qb4g56dpphfa"))))
|
||||||
|
(properties `((upstream-name . "wasabi")))
|
||||||
|
(build-system r-build-system)
|
||||||
|
(propagated-inputs (list r-data-table r-rhdf5 r-rjson))
|
||||||
|
(home-page "https://github.com/COMBINE-lab/wasabi")
|
||||||
|
(synopsis "Use Sailfish and Salmon with Sleuth")
|
||||||
|
(description
|
||||||
|
"This package converts the output of the Sailfish and Salmon RNA-seq
|
||||||
|
quantification tools so that it can be used with the Sleuth differential
|
||||||
|
analysis package.")
|
||||||
|
(license license:bsd-3))))
|
||||||
|
|
||||||
(define-public pbbam
|
(define-public pbbam
|
||||||
(package
|
(package
|
||||||
(name "pbbam")
|
(name "pbbam")
|
||||||
|
|
Loading…
Reference in a new issue