mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 14:56:54 +01:00
gnu: r-seqlogo: Move to (gnu packages bioconductor).
* gnu/packages/bioinformatics.scm (r-seqlogo): Move from here... * gnu/packages/bioconductor.scm (r-seqlogo): ...to here.
This commit is contained in:
parent
c2a18aee16
commit
0006a66415
2 changed files with 23 additions and 23 deletions
|
@ -3652,6 +3652,29 @@ (define-public r-samr
|
|||
;; Any version of the LGPL
|
||||
(license license:lgpl3+)))
|
||||
|
||||
(define-public r-seqlogo
|
||||
(package
|
||||
(name "r-seqlogo")
|
||||
(version "1.56.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "seqLogo" version))
|
||||
(sha256
|
||||
(base32
|
||||
"02rpzjjfg5chlwwfbvv72cm78cg2vfmdwzars0cin9hz1hd7rnq1"))))
|
||||
(properties `((upstream-name . "seqLogo")))
|
||||
(build-system r-build-system)
|
||||
(native-inputs
|
||||
`(("r-knitr" ,r-knitr)))
|
||||
(home-page "https://bioconductor.org/packages/seqLogo")
|
||||
(synopsis "Sequence logos for DNA sequence alignments")
|
||||
(description
|
||||
"seqLogo takes the position weight matrix of a DNA sequence motif and
|
||||
plots the corresponding sequence logo as introduced by Schneider and
|
||||
Stephens (1990).")
|
||||
(license license:lgpl2.0+)))
|
||||
|
||||
(define-public r-seqpattern
|
||||
(package
|
||||
(name "r-seqpattern")
|
||||
|
|
|
@ -8023,29 +8023,6 @@ (define-public r-phantompeakqualtools
|
|||
characteristic tag shift values in these assays.")
|
||||
(license license:bsd-3)))
|
||||
|
||||
(define-public r-seqlogo
|
||||
(package
|
||||
(name "r-seqlogo")
|
||||
(version "1.56.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "seqLogo" version))
|
||||
(sha256
|
||||
(base32
|
||||
"02rpzjjfg5chlwwfbvv72cm78cg2vfmdwzars0cin9hz1hd7rnq1"))))
|
||||
(properties `((upstream-name . "seqLogo")))
|
||||
(build-system r-build-system)
|
||||
(native-inputs
|
||||
`(("r-knitr" ,r-knitr)))
|
||||
(home-page "https://bioconductor.org/packages/seqLogo")
|
||||
(synopsis "Sequence logos for DNA sequence alignments")
|
||||
(description
|
||||
"seqLogo takes the position weight matrix of a DNA sequence motif and
|
||||
plots the corresponding sequence logo as introduced by Schneider and
|
||||
Stephens (1990).")
|
||||
(license license:lgpl2.0+)))
|
||||
|
||||
(define-public r-zlibbioc
|
||||
(package
|
||||
(name "r-zlibbioc")
|
||||
|
|
Loading…
Reference in a new issue