public class BuilderFromGenotypeHDF5
Provides Builder and methods to build HDF5 files. The methods for merging files work, but they are far from optimal. It appears that they are taking twice the memory that they should. Ed has looked for the memory leak with a profiler but cannot find it yet. Todo: TAS-70 Details the issues with apparent memory leak.
public static void mergeToMutableHDF5(java.lang.String[] infiles,
java.lang.String newMerge)
This merge multiple alignment together into one ByteNucleotideHDF5 File. This is designed for putting multiple chromosomes together into one whole genome file.
infiles - array of input alignment namesnewMerge - name of ByteNucleotideHDF5