Ben Webb

Results 36 comments of Ben Webb

Possibly related to #770.

Sounds reasonable, but you can't just do a wholesale search and replace - we'd need to keep `BALLS` as a (deprecated) synonym to avoid breaking any existing code that uses...

Note that Triangulation was introduced in CGAL 4.6, and the deprecated headers were also deprecated in 4.6. So we'd either need to require CGAL >= 4.6, or provide both implementations.

Unfortunately it looks like Triangulation only works with the `Epick_d` class, which requires that CGAL was compiled with Eigen support. Since that doesn't seem to be the case (for Fedora...

Correction: CGAL doesn't **have** to be compiled with Eigen support - Eigen only needs to be available when IMP is compiled against CGAL. As of df87ff0 this is now the...

Of course the last step won't work, since the refine_fft returned zero assignments. You might be able to make that work by tweaking some of the MultiFit parameters. It was...

> IMP could be added as a library while NAMD is compiled. Not sure how to do this, I can write to him to get more information on this. That...

> Is this now superseded by the `ci.yml` workflow in the default branch? No, that in `develop` is just a stopgap - it does what the old Travis build used...

Note that we have an existing implementation [in Modeller](http://salilab.org/modeller/9.14/manual/node487.html#SECTION001322400000000000000). This assumes that rigid bodies do not overlap, are not nested, and do not contain any non-rigid members, but it should...