/*!
# Writers module
Contains the logic for writing the output files for the compare and merge commands.
*/
/// Wrapper that handles the parallel writing of all outputs at the compare step
/// Generates the summary file for merging
/// Helper functions for indexing file
/// Generates a large sequence file; each line corresponds to a sub-region
/// Generates the much larger region summary file; each line correspond to a sub-region
/// Generates the summary file
/// Generates the categorized variant files
/// Generates the merged VCF from the merge process