Closed sinarueeger closed 6 years ago
One of the errors was caused by a GWAS entry that had the same value (na
) as the ref and alt allele. Ideally, we would delete these at the start, and warn the user about how many have been deleted. Also, we could take the same approach if NA
has been recorded as the effect size
Currently, error messages are cryptic: exit codes (e.g.
Exited with exit code 134.
) or error messages (e.g.WARNING: Ignoring this line, problem with the chromosome and/or position [SNPname:xx], Can't parse this double [NA]
orfile_reading::GwasFileHandle_NONCONST): Assertion
map_of_ref_records_of_tags.size() == tagits.size()' failed.`).The goal is, to return meaningful error messages, so that the user can take action.