Jhsmit / PyHDX

Derive ΔG for single residues from HDX-MS data
http://pyhdx.readthedocs.io
MIT License
28 stars 12 forks source link

partial fix of generating pdf output from fit result #209

Closed Jhsmit closed 2 years ago

Jhsmit commented 2 years ago

This PR fixes generating pdfs with all peptide time vs d-uptake curves + fitted result.

Usage:

output = Output(fit_result)

report = Report(output)
report.add_peptide_figures()
report.generate_pdf('out_name')