Merge pull request #5225 from RosettaCommons/vmullig/citations_in_rosettascripts_info
Ensure that the RosettaScripts -info flag writes out citation information as well.
This was requested by someone a while back.
TODO:
- [x] Add functions to get citations for all relevant modules.
- [x] Conversion function in `CitationManager` that takes a `CitationCollectionList` and writes human-readable citations to a `std::ostream`.
- [x] Beauty.
- [x] Check integration tests.
- [x] Pull request #5224 must be merged before this one.