choderalab / ensembler

Automated omics-scale protein modeling and simulation setup.
http://ensembler.readthedocs.io/
GNU General Public License v2.0
52 stars 21 forks source link

Note that 'cluster' is not optional #50

Open sonyahanson opened 9 years ago

sonyahanson commented 9 years ago

Useful to note that ensembler cluster is not optional, even if you know you want to use all your templates.

jchodera commented 9 years ago

I think you noted that all ensembler steps are obligate? This might be good to document in the manual, and we may want to add pass-through options that allow us to essentially just carry things through to the next stage.

rafwiewiora commented 8 years ago

Got caught by this!

It seems the issue is ensembler refine_implicit only will refine those models for which unique_by_clustering file exists?

I will update docs ASAP, but also would like to suggest securing this with some exceptions, currently what happened:

How about adding something to every command that checks that previous command was called and has completed successfully - I guess by checking for presence for files that were produced by the previous command? So in this case the exception would be thrown when at ensembler refine_implicit no unique_by_clustering files are found. What do you think? @danielparton