Bayesian haplotype-based polymorphism discovery and genotyping
Approved by jrm (mentor) or wen (mentor)
Differential to be added to commit message
Upstream is a mess here, but there isn't a lot we can do about it now.
E.g. there are two different versions of htslib and intervaltree pulled in as
submodules, all of which are older versions than the ports. I made sure
the freebayes build uses only static libs for all submodules to prevent
runtime mishaps.
I attempted to work with the developers a while back but most of my
inquiries/suggestions were ignored. I think they're just not interested
in supporting anything beyond git clone --recursive && make.
I also think I've discovered a limitation of GH_TUPLE. See comments in
Makefile.
If you think there's any way to make this cleaner, please suggest...