mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-12 18:10:47 +02:00
gnu: music: Add lint-hidden-cpe-vendors property.
* gnu/packages/bioinformatics.scm (music)[properties]: Add lint-hidden-cpe-vendors property. Signed-off-by: Zheng Junjie <z572@z572.online>
This commit is contained in:
parent
d7cad72aca
commit
7d1f5f950f
1 changed files with 2 additions and 1 deletions
|
@ -10516,7 +10516,8 @@ program for nucleotide and protein sequences.")
|
||||||
"MUSIC is an algorithm for identification of enriched regions at
|
"MUSIC is an algorithm for identification of enriched regions at
|
||||||
multiple scales in the read depth signals from ChIP-Seq experiments.")
|
multiple scales in the read depth signals from ChIP-Seq experiments.")
|
||||||
;; See https://github.com/gersteinlab/MUSIC/issues/6
|
;; See https://github.com/gersteinlab/MUSIC/issues/6
|
||||||
(license license:gpl2+))))
|
(license license:gpl2+)
|
||||||
|
(properties '((lint-hidden-cpe-vendors . ("apple")))))))
|
||||||
|
|
||||||
(define-public newick-utils
|
(define-public newick-utils
|
||||||
;; There are no recent releases so we package from git.
|
;; There are no recent releases so we package from git.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue