nrbennet / dl_binder_design

MIT License
223 stars 54 forks source link

Running without silent tools? #16

Closed jvenderley-lilly closed 1 year ago

jvenderley-lilly commented 1 year ago

Is it possible to run the pipeline without silent tools in order to run in a Python environment without access to PyRosetta?

nrbennet commented 1 year ago

The scripts use PyRosetta for file I/O, pose manipulation, and Rosetta FastRelax so it's quite deeply integrated. It is certainly possible to remove PyRosetta for file I/O but it's quite a bit of work.