If I'm installing the cactus binaries release on our cluster, vcfwave is not included because there's no static binary for it.
This PR breaks vcflib compilation into its own script and adds it as an option to the BIN-INSTALL instructions. This way, it's relatively easy to download the binary release, then add in vcwave (via local build) if desired, so the release can be used without going through docker...
If I'm installing the cactus binaries release on our cluster,
vcfwave
is not included because there's no static binary for it.This PR breaks
vcflib
compilation into its own script and adds it as an option to theBIN-INSTALL
instructions. This way, it's relatively easy to download the binary release, then add invcwave
(via local build) if desired, so the release can be used without going through docker...