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