jonassibbesen / rpvg

Method for inferring path posterior probabilities and abundances from pangenome graph read alignments
MIT License
47 stars 6 forks source link

make static version? #42

Open LouisPwr opened 1 year ago

LouisPwr commented 1 year ago

Hi Jonas,

I was wondering if it would be possible to have a "make static" option for the program?

Louis

jonassibbesen commented 1 year ago

Hi Louis,

Thanks for writing. It is something I have already worked a bit on, but I have not been able to get it working yet. I hope to have some time working on it again next week or the week after.

Best, Jonas

jonassibbesen commented 1 year ago

Hi, I finally got around to creating a static version of rpvg. You can find a static binary for Linux here as part of the latest release. If you want to compile a static version yourself you can do so by using the -DBUILD_STATIC=1 flag when running cmake.

Let me know if you run into any issues.