Open bheavner opened 5 years ago
Seems to require at least 2 SNV = TRUE fields (maybe true for INDEL and dbnsfp too)
Note: one error encountered is that after line 106 in parse_to_file, parsed_lines <- .parse_then_pivot(all_fields, config, type) parsed_lines doesn't have the field name any more
parsed_lines <- .parse_then_pivot(all_fields, config, type)
Seems to require at least 2 SNV = TRUE fields (maybe true for INDEL and dbnsfp too)