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:
parent
fa43419a0f
commit
61bce4d143
2 changed files with 22 additions and 22 deletions
|
@ -10935,6 +10935,28 @@ cases include:
|
||||||
@end enumerate\n")
|
@end enumerate\n")
|
||||||
(license license:expat)))
|
(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
|
(define-public miniasm
|
||||||
(package
|
(package
|
||||||
(name "miniasm")
|
(name "miniasm")
|
||||||
|
|
|
@ -2304,28 +2304,6 @@ information created by most SVG editors. Optimization options are typically
|
||||||
lossless but can be tweaked for more aggressive cleaning.")
|
lossless but can be tweaked for more aggressive cleaning.")
|
||||||
(license license:asl2.0)))
|
(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
|
(define-public python-mechanize
|
||||||
(package
|
(package
|
||||||
(name "python-mechanize")
|
(name "python-mechanize")
|
||||||
|
|
Reference in a new issue