@@ 6366,10 6366,10 @@ gene predictor designed to work with assembled, aligned RNA-seq transcripts.")
(find-files "." "\\.pyc$"))
(delete-file-recursively ".eggs")))))
(build-system pyproject-build-system)
+ (arguments (list #:tests? #f)) ; No tests in PyPI.
(inputs (list python-bx-python python-numpy python-pybigwig python-pysam
zlib))
- (native-inputs (list python-cython python-nose python-pyparsing
- python-setuptools python-wheel))
+ (native-inputs (list python-cython python-pyparsing python-setuptools))
(home-page "https://crossmap.sourceforge.net/")
(synopsis "Convert genome coordinates between assemblies")
(description