Hi there,
Thankyou for making a very useful tool and keeping it maintained for such a long period!
I am working on an M2 apple mac, and had a few issues getting it installed.
The most pertinent issue was within the source code of genomedata, specifically include statements for error.h and argp.h in src/_c_load_data.c.
Once I commented these out, as per my fork below, I could get it installed: https://github.com/BradBalderson/genomedata/blob/master/src/_c_load_data.c
I am testing it today to see if this causes run time issues, but the python API imports fine.
Wondering how necessary these libraries are, and if perhaps I should put in a pull request, and send you guys the install steps I used for docs?
Cheers!
Hi there,
Thankyou for making a very useful tool and keeping it maintained for such a long period!
I am working on an M2 apple mac, and had a few issues getting it installed.
The most pertinent issue was within the source code of genomedata, specifically include statements for error.h and argp.h in src/_c_load_data.c.Once I commented these out, as per my fork below, I could get it installed: https://github.com/BradBalderson/genomedata/blob/master/src/_c_load_data.c
I am testing it today to see if this causes run time issues, but the python API imports fine.
Wondering how necessary these libraries are, and if perhaps I should put in a pull request, and send you guys the install steps I used for docs?Cheers!