François Bérenger
François Bérenger
I'm no more working on this prototype, though I think the idea is pretty nice to accelerate diffing with a remote repository.
There is a small risk that using ocaml-tar might make things slower on Linux machines.
@Kakadu this would be pretty lame if we can only install packages which are less than two years old. An opam update option to consider only packages that appeared after...
Thanks, I'll give it a try. I'm trying to get rid of the mview proprietary tool.
Sometimes, I would like mols2grid to just be able to visualize some molecules in a browser. Either the molecules are SMILES in a file; or in a mol2 or sdf...
If you know mview from chemaxon, than that's what I'd like but in open-source.
I had written one in the past, as you suggested, but it is now broken: https://github.com/UnixJunkie/molenc/blob/master/bin/molenc_mview.py ```python mols2grid.save(mols, output='caff.html', template="table", prerender=True) ``` Gives me: ```bash --------------------------------------------------------------------------- KeyError Traceback (most recent...
Software that was working in the past, but doesn't anymore makes me feel very sad.
I could repair molenc_mview.py, thanks!
The simplicity of installation of openbabel is certainly nice, compared to rdkit.