mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Remove clustal-omega.
Does not build due to failing input argtable@2. No release since 2018. * gnu/packages/bioinformatics.scm (clustal-omega): Delete variable. Change-Id: I28d6ce8e44419a4e07dec8a44b23be13af3ca82e
This commit is contained in:
parent
26a50fec79
commit
1f7b2db5cd
1 changed files with 0 additions and 23 deletions
|
@ -6211,29 +6211,6 @@ setup"))))
|
||||||
gene predictor designed to work with assembled, aligned RNA-seq transcripts.")
|
gene predictor designed to work with assembled, aligned RNA-seq transcripts.")
|
||||||
(license license:gpl3+)))
|
(license license:gpl3+)))
|
||||||
|
|
||||||
(define-public clustal-omega
|
|
||||||
(package
|
|
||||||
(name "clustal-omega")
|
|
||||||
(version "1.2.4")
|
|
||||||
(source (origin
|
|
||||||
(method url-fetch)
|
|
||||||
(uri (string-append "http://www.clustal.org/omega/clustal-omega-"
|
|
||||||
version ".tar.gz"))
|
|
||||||
(sha256
|
|
||||||
(base32
|
|
||||||
"1vm30mzncwdv881vrcwg11vzvrsmwy4wg80j5i0lcfk6dlld50w6"))))
|
|
||||||
(build-system gnu-build-system)
|
|
||||||
(inputs
|
|
||||||
(list argtable))
|
|
||||||
(home-page "http://www.clustal.org/omega/")
|
|
||||||
(synopsis "Multiple sequence aligner for protein and DNA/RNA")
|
|
||||||
(description
|
|
||||||
"Clustal-Omega is a general purpose multiple sequence alignment (MSA)
|
|
||||||
program for protein and DNA/RNA. It produces high quality MSAs and is capable
|
|
||||||
of handling data-sets of hundreds of thousands of sequences in reasonable
|
|
||||||
time.")
|
|
||||||
(license license:gpl2+)))
|
|
||||||
|
|
||||||
(define-public crossmap
|
(define-public crossmap
|
||||||
(package
|
(package
|
||||||
(name "crossmap")
|
(name "crossmap")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue