legaultmarc / grstools

A bioinformatics framework for the construction and evaluation of genetic risk scores
https://legaultmarc.github.io/grstools/
MIT License
4 stars 2 forks source link

Add "indentity" mapper #1

Closed legaultmarc closed 7 years ago

legaultmarc commented 7 years ago

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.

legaultmarc commented 7 years ago

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