pub fn write_to_csv_simple( phred_scores: Vec<String>, positions: Vec<u64>, freqs: Vec<u64>, output_csv_file: String, ) -> Result<(), Error>