Merge pull request #5082 from RosettaCommons/vmullig/make_helical_bundle_predict_public
Make the helical_bundle_predict app into a public app
This seems stable enough to make it public, and I've had a few requests from external Rosetta users who can see the documentation for the app but who can't access the app itself.
Tasks:
- [x] Move `helical_bundle_predict.cc` from `apps/pilot/vmullig` to `apps/public/helical_bundle`.
- [x] Update tracer output.
- [x] Add CitationManager functions.
- [x] Check that there are good integration tests. (I think I wrote some.)
- [x] Check that integration tests produce reasonable output.
- [x] Check that MPI tests produce reasonable output.
- [x] Beauty.
- [x] Check documentation and update accordingly.