dancsi / OrthoCCTools

Computational coiled-coil peptide design toolkit, written in modern C++
https://www.dancsi.net/icipa
MIT License
3 stars 2 forks source link

*.set.current in the new version of solver #9

Closed ajasja closed 6 years ago

ajasja commented 6 years ago

Does the new solver also output all the sets of the same size that it finds?

In the old solver.exe there was a *.set.current that had this information, which seems to be absent in this iteration.

This also breaks all my downstream analysis pipeline...

dancsi commented 6 years ago

As far as I see, all sets of the maximal size are written to the regular output file. If you observe any other behaviour, that is a bug that will be fixed.

ajasja commented 6 years ago

Ok, will post a reproducible example.

ajasja commented 6 years ago

Posted in #14