gnu: python-mappy: Move to (gnu packages bioinformatics).

* gnu/packages/python-xyz.scm (python-mappy): Move to ...
* gnu/packages/bioinformatics.scm: ... here.
This commit is contained in:
Efraim Flashner 2021-06-07 16:06:53 +03:00
parent fa43419a0f
commit 61bce4d143
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
2 changed files with 22 additions and 22 deletions

View File

@ -10935,6 +10935,28 @@ cases include:
@end enumerate\n")
(license license:expat)))
(define-public python-mappy
(package
(name "python-mappy")
(version "2.18")
(source (origin
(method url-fetch)
(uri (pypi-uri "mappy" version))
(sha256
(base32
"1a05p7rkmxa6qhm108na8flzj2v45jab06drk59kzk1ip2sgvzqq"))))
(build-system python-build-system)
(native-inputs
`(("python-cython" ,python-cython)))
(inputs
`(("zlib" ,zlib)))
(home-page "https://github.com/lh3/minimap2")
(synopsis "Python binding for minimap2")
(description "This package provides a convenient interface to minimap2,
a fast and accurate C program to align genomic and transcribe nucleotide
sequences.")
(license license:expat)))
(define-public miniasm
(package
(name "miniasm")

View File

@ -2304,28 +2304,6 @@ information created by most SVG editors. Optimization options are typically
lossless but can be tweaked for more aggressive cleaning.")
(license license:asl2.0)))
(define-public python-mappy
(package
(name "python-mappy")
(version "2.18")
(source (origin
(method url-fetch)
(uri (pypi-uri "mappy" version))
(sha256
(base32
"1a05p7rkmxa6qhm108na8flzj2v45jab06drk59kzk1ip2sgvzqq"))))
(build-system python-build-system)
(native-inputs
`(("python-cython" ,python-cython)))
(inputs
`(("zlib" ,zlib)))
(home-page "https://github.com/lh3/minimap2")
(synopsis "Python binding for minimap2")
(description "This package provides a convenient interface to minimap2,
a fast and accurate C program to align genomic and transcribe nucleotide
sequences.")
(license license:expat)))
(define-public python-mechanize
(package
(name "python-mechanize")