mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
Merge branch 'master' into core-updates-frozen
This commit is contained in:
commit
b15e543d30
76 changed files with 3263 additions and 1050 deletions
|
@ -1553,7 +1553,7 @@ $(BOOST_LIB)/libboost_program_options.so"))))
|
|||
(home-page "https://qtltools.github.io/qtltools/")
|
||||
(synopsis "Tool set for molecular QTL discovery and analysis")
|
||||
(description "QTLtools is a tool set for molecular QTL discovery
|
||||
and analysis. It allows to go from the raw genetic sequence data to
|
||||
and analysis. It allows going from the raw genetic sequence data to
|
||||
collection of molecular @dfn{Quantitative Trait Loci} (QTLs) in few
|
||||
easy-to-perform steps.")
|
||||
(license license:gpl3+)))
|
||||
|
@ -11029,7 +11029,7 @@ in an easily configurable manner.")
|
|||
(define-public pigx-bsseq
|
||||
(package
|
||||
(name "pigx-bsseq")
|
||||
(version "0.1.5")
|
||||
(version "0.1.6")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://github.com/BIMSBbioinfo/pigx_bsseq/"
|
||||
|
@ -11037,7 +11037,7 @@ in an easily configurable manner.")
|
|||
"/pigx_bsseq-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"05al5dacfp1vf1x3cq20jhd6w4xj5vaxslzaka6yrpg0av8sh3k3"))
|
||||
"1dipikph0xdr8fp0h1flpafcrg60y4aabljg8fl1v92j3gxdggmw"))
|
||||
(patches (search-patches "pigx-bsseq-no-citeproc.patch"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue