EuracBiomedicalResearch / FamAgg

This is the development version of the FamAgg Bioconductor package.
https://EuracBiomedicalResearch.github.io/FamAgg
MIT License
0 stars 2 forks source link

Write HaploPainter files without backend installed #29

Closed the-x-at closed 3 years ago

the-x-at commented 3 years ago

Instead of implementing a new function writeHaplopainterFile as suggested by @jorainer, I opted to interfere as little as possible with the source code. Everything else looked like code or at least interface duplication, something I am not very happy with. There is simply an option in switchPlotFun that allows to skip the HaploPainter installation check. It still defaults to the previous behavior and will not break existing code.

Fixes issue #23.