I'm trying to install RGT with a new conda install.
Standard pip install fails with missing curl dependency for pybigwig even when libcurl is installed in conda:
libBigWig/bigWigIO.h:2:23: fatal error: curl/curl.h: No such file or directory
#include <curl/curl.h>
The more detailed install instructions here:
seem out of date since that page says RGT only supports python2.7.
Is there a way to install RGT cleanly in one go with conda?