16 src = fetchFromGitHub {
20 hash = "sha256-g38pJFP9uA2P5ktogAPXKgPtsEJn5vtnK5HClqqezmg=";
23 patches = [ ./add-stdint.patch ];
25 nativeBuildInputs = [ cmake ];
35 cp $src/func_tests/* ./func_tests/
36 bash ./func_tests/runtests.sh
40 description = "Tool for flexible, efficient parsing, interpreting, and editing of technical sequences in sequencing reads";
41 homepage = "https://github.com/pachterlab/splitcode";
42 license = lib.licenses.bsd2;
43 platforms = lib.platforms.all;
44 maintainers = with lib.maintainers; [ zimward ];
45 mainProgram = "splitcode";