1 {lib, stdenv, fetchFromGitHub, unzip, which, python3, perl}:
3 stdenv.mkDerivation rec {
7 src = fetchFromGitHub {
8 owner = "DaehwanKimLab";
11 sha256 = "0lmzdhzjkvxw7n5w40pbv5fgzd4cz0f9pxczswn3d4cr0k10k754";
14 nativeBuildInputs = [ unzip which ];
15 buildInputs = [ python3 perl ];
29 extract_splice_sites.py \
30 hisat2_extract_exons.py \
31 hisat2_extract_snps_haplotypes_UCSC.py \
32 hisat2_extract_snps_haplotypes_VCF.py \
33 hisat2_extract_splice_sites.py \
34 hisat2_simulate_reads.py \
39 description = "Graph based aligner";
40 license = licenses.gpl3Plus;
41 homepage = "https://daehwankimlab.github.io/hisat2/";
42 maintainers = with maintainers; [ jbedo ];
43 platforms = [ "x86_64-linux" "i686-linux" ];