nmary
nmary
> You can actually set the `rectangleDomainFillOpacity` parameter and that should do what you want it to. > > Here's an example: http://higlass.io/l/?d=K-Gas8_4RPiyhdcWn52j0Q > > I just created a PR...
I managed to install it with `python3.7 -m pip install clodius` But when I tried `clodius aggregate bedfile /tmp/sample.short.bed`: ``` Traceback (most recent call last): File "/home/nmary/.local/bin/clodius", line 5, in...
Indeed `kg-config --cflags --libs python3` return python3.5m: ``` -I/usr/include/python3.5m -I/usr/include/x86_64-linux-gnu/python3.5m -lpython3.5m ``` while the installation procedure is looking for `-fPIC -I/usr/include/python3.6m` I have `python.h` in python3.5m: `ls -lh /usr/include/python3.5/Python.h` ```...
Hi, I solve the problem just by installing the needed version of python dev `sudo apt-get install python3.6-dev`. I had another problem that I solved (I give my solution just...