Releases: xchem/fragalysis-backend
Releases · xchem/fragalysis-backend
Refined download logic
- Improved logging for downloads
- Improved DownloadLinks file_url cleanup
Attempt to fix download file size
2.0.38 fix: file archives created for downloading are now compressed
Removed conflicting nginx timeouts (in proxy_params)
Removes conflicting timeouts. Specifically: -
proxy_read_timeout 120s;
proxy_send_timeout 120s;
proxy_connect_timeout 120s;
Fix broken migration
2.0.36 fix: Fix broken migrations
lhs_pdb and target display name
- Corrects use of lhs_pdb and ref_pdb in computed set uploads (Part of 1247)
- Uploads now need one of lhs_pdb or ref_pdb (previously ref_pdb was a requirement)
- Support for PUBLIC_TAS env variables (defines out-of the box public project titles) (Part of 1075)
- Add patch method to targets (Part of 1251)
Rename 2fo-fc and fo-fc files to sigmaa and diff
Fixed file paths for LHS download (issue 1075)
2.0.33 fix: fixed file paths for LHS download (issue 1075)
ComputedMolecule lhs_pdb -> site_observation_code
2.0.32 fix: Fix ComputedMolecule __repr__
Potential fix for 1249 (lhs_pdb)
2.0.31 fix: Adds lhs_pdb to ComputedMolecule (also move to Python 3.11.7)
Target upload requires authentication
User needs to be logged in and have access to the project they're uploading to