10 buildPythonPackage rec {
13 disabled = pythonOlder "3.6";
16 inherit pname version;
17 sha256 = "090qwx3vl729zn3a7sksbviyg04kc71gpbm3nd8dalqp673x1npw";
22 cp ${bwa}/lib/*.a ${bwa}/include/*.h bwa/
24 substituteInPlace setup.py \
25 --replace 'setuptools>=49.2.0' 'setuptools'
28 buildInputs = [ zlib bwa ];
30 propagatedBuildInputs = [ cffi ];
34 pythonImportsCheck = [ "bwapy" ];
37 homepage = "https://github.com/ACEnglish/acebinf";
38 description = "Python bindings to bwa mem aligner";
39 license = licenses.mpl20;
40 maintainers = with maintainers; [ ris ];