Geeketics / LocusZooms

Make LocusZoom-like plots with your own LD matrix.
37 stars 20 forks source link

Errors with system(base.command ... ) not running #12

Closed Geeketics closed 3 years ago

Geeketics commented 3 years ago

Some systems will not run the get.ld() function properly due to being unable to find bcftools/plink. This is because R does not source your path from your bashrc & does not source it properly even when calling 'source ~/.bashrc'.

To fix it - add a new file called ~/.Renviron and put your bash path in there.