I'm new to coding so I had a bit of trouble getting MethylDackel to work. I used R Studio as my IDE and downloaded the prerequisites (GSS, htslib, and libbigwig) mentioned on the page along with the actual MethylDackel files. I then tried to do the compilation/installation steps they mentioned, but it seems to run into a fatal error whenever I inputted those commands. It can't seem to find sam.h. To clarify I put all the files in different folders and then tried to do this. I also tried putting the htslib and libbigwig folders in MethylDackel, but that also didn't work. Not sure how to proceed. Do you have any insight?
To be specific I was doing these commands:
git clone https://github.com/dpryan79/MethylDackel.git
cd MethylDackel
make LIBBIGWIG="/some/path/to/libBigWig.a"
make install prefix=/some/installation/path
And that third command was where I had my issues.