9 python3Packages.buildPythonApplication rec {
14 src = fetchFromGitHub {
17 tag = "TIDDIT-${version}";
18 hash = "sha256-OeqVQJDw0fmSDWIGab2qtTJCzZxqLY2XzRqaTRuPIdI=";
21 build-system = with python3Packages; [
26 dependencies = with python3Packages; [
44 homepage = "https://github.com/SciLifeLab/TIDDIT";
45 description = "Identify chromosomal rearrangements using Mate Pair or Paired End sequencing data";
46 mainProgram = "tiddit";
47 license = lib.licenses.gpl3Only;
48 maintainers = with lib.maintainers; [ apraga ];
49 platforms = lib.platforms.unix;