Installation of SGA from the GitHub is a major pain, because it has so many dependencies. It needs
google-sparsehash (also needed for Abyss)
hoard
bamtools, which is a particular pain to install because it uses
cmake (newer than the version installed on campusrocks), and cmake does not support installing stuff anywhere other than in the initial directory or root-access-only directories, so we can't do the usual “configure –prefix=/campusdata/BME235”
Once cmake, bamtools, hoard, and google/sparsehash are all installed as best they can be, then the UCSC-install.bash script can be run to install SGA. Actually running SGA is still to be tested!