Results 36 comments of Martijn Vermaat

Might be a nice feature on middle click if it is possible to intercept that? On Feb 20, 2016 12:28 AM, "nwgat" [email protected] wrote: > Basicly when you click the...

I used [inline partials](http://handlebarsjs.com/partials.html#inline-partials) as a workaround for now.

Hi @sterding, I'm not sure what's going on here, but it looks like something specific to your Python setup. Although you're trying to install packages in your homedir, apparently Cython...

Thanks for the heads up @tseemann! It always surprises me how difficult it is to really fix Python packaging. Adding Cython as a dependency for kPAL explicitely won't fix this...

Actually, Cython is listed as a dependency in h5py's `setup.py`, but I have no idea why it isn't installed first (there also have been quite some changes there with h5py...

I understand @linkyndy 's concern, but if we clearly document the intended use case I think this could be a good approach. For example, the README could include a section...

Could have a look at how https://github.com/hammerlab/pyensembl rolls.

Thanks for looking at this! This indeed bit me at first. However, the problem is something else. I have quite a few samples and listed them in a file for...

@Rohan-cod Sorry, I'm not maintaining this project anymore

It is a bit of a hack, but currently I use something like this (this is for `INFO`, but I assume you could do something similar for `FORMAT`): ``` python...