pub fn generate_galah_clusterer<'a>(
    genome_fasta_paths: &'a Vec<String>,
    clap_matches: &ArgMatches,
    argument_definition: &GalahClustererCommandDefinition
) -> Result<GalahClusterer<'a>, String>