10 buildPythonPackage rec {
11 pname = "genome_collector";
15 inherit pname version;
16 sha256 = "0023ihrz0waxbhq28xh1ymvk51ih882y9psg4glm6s9d1zmqvdph";
19 propagatedBuildInputs = [
25 # Project hasn't released the tests yet
27 pythonImportsCheck = [ "genome_collector" ];
30 description = "Genomes and build BLAST/Bowtie indexes in Python";
31 homepage = "https://github.com/Edinburgh-Genome-Foundry/genome_collector";
32 license = with licenses; [ mit ];
33 maintainers = with maintainers; [ fab ];