legaultmarc / grstools

A bioinformatics framework for the construction and evaluation of genetic risk scores

Home Page:https://legaultmarc.github.io/grstools/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add "indentity" mapper

legaultmarc opened this issue · comments

If the genetic variant names are the same in the grs file and in the genotypes file, there is no need for a mapper.

Right now, the only workaround is to have a mapper where source_name == target_name. It would be more practical to have a CLI option to do that.

This is no longer relevant, we now rely on geneparse to match variants automatically.