7 buildPythonPackage rec {
12 inherit pname version;
13 sha256 = "1168pny671l6zfm2vv1pwspnflmzi7f4v8yldjl7zlz0b9cm5zlz";
16 buildInputs = [ pyvcf ];
20 pythonImportsCheck = [ "acebinf" ];
23 homepage = "https://github.com/ACEnglish/acebinf";
24 description = "Collection of simple utilities used when building bioinformatics tools";
25 license = licenses.unlicense;
26 maintainers = with maintainers; [ ris ];