mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-16 11:55:27 -05:00
gnu: Remove domainfinder.
* gnu/packages/chemistry.scm (domainfinder): Delete variable.
This commit is contained in:
parent
be6740df96
commit
dbac9f890e
1 changed files with 0 additions and 29 deletions
|
@ -128,35 +128,6 @@ (define-public avogadro2
|
||||||
powerful plugin architecture.")
|
powerful plugin architecture.")
|
||||||
(license license:bsd-3)))
|
(license license:bsd-3)))
|
||||||
|
|
||||||
(define-public domainfinder
|
|
||||||
(package
|
|
||||||
(name "domainfinder")
|
|
||||||
(version "2.0.5")
|
|
||||||
(source
|
|
||||||
(origin
|
|
||||||
(method url-fetch)
|
|
||||||
(uri (string-append "https://bitbucket.org/khinsen/"
|
|
||||||
"domainfinder/downloads/DomainFinder-"
|
|
||||||
version ".tar.gz"))
|
|
||||||
(sha256
|
|
||||||
(base32
|
|
||||||
"1z26lsyf7xwnzwjvimmbla7ckipx6p734w7y0jk2a2fzci8fkdcr"))))
|
|
||||||
(build-system python-build-system)
|
|
||||||
(inputs
|
|
||||||
(list python2-mmtk))
|
|
||||||
(arguments
|
|
||||||
`(#:python ,python-2
|
|
||||||
;; No test suite
|
|
||||||
#:tests? #f))
|
|
||||||
(home-page "http://dirac.cnrs-orleans.fr/DomainFinder.html")
|
|
||||||
(synopsis "Analysis of dynamical domains in proteins")
|
|
||||||
(description "DomainFinder is an interactive program for the determination
|
|
||||||
and characterization of dynamical domains in proteins. It can infer dynamical
|
|
||||||
domains by comparing two protein structures, or from normal mode analysis on a
|
|
||||||
single structure. The software is currently not actively maintained and works
|
|
||||||
only with Python 2 and NumPy < 1.9.")
|
|
||||||
(license license:cecill-c)))
|
|
||||||
|
|
||||||
(define-public inchi
|
(define-public inchi
|
||||||
(package
|
(package
|
||||||
(name "inchi")
|
(name "inchi")
|
||||||
|
|
Loading…
Reference in a new issue