seqwish 0.1.1

A variation graph inducer - build pangenome graphs from pairwise alignments
Documentation
1
2
3
4
5
{ pkgs ? import <nixpkgs> {} }:

pkgs.callPackage ./seqwish.nix {
  inherit (pkgs) stdenv fetchgit cmake gsl gmp makeWrapper jemalloc htslib git zlib pkg-config;
}