ShawHahnLab / chiimp

Computational, High-throughput Individual Identification through Microsatellite Profiling
GNU Affero General Public License v3.0
2 stars 3 forks source link

Automatically find pandoc at run-time #75

Closed ressy closed 2 years ago

ressy commented 2 years ago

I previously hardcoded the RStudio-provided pandoc path in each OS's wrapper script, and as of RStudio 2022.02 the installed location changed. This adds a helper script to automatically find pandoc from any RStudio installs or other common sources. Fixes #73.