Skip to content

Releases: xchem/fragalysis-backend

Refined download logic

17 Jan 10:32
Compare
Choose a tag to compare
  • Improved logging for downloads
  • Improved DownloadLinks file_url cleanup

Attempt to fix download file size

12 Jan 12:56
Compare
Choose a tag to compare
2.0.38

fix: file archives created for downloading are now compressed

Removed conflicting nginx timeouts (in proxy_params)

12 Jan 12:06
Compare
Choose a tag to compare

Removes conflicting timeouts. Specifically: -

proxy_read_timeout 120s;
proxy_send_timeout 120s;
proxy_connect_timeout   120s;

Fix broken migration

12 Jan 07:53
Compare
Choose a tag to compare
2.0.36

fix: Fix broken migrations

lhs_pdb and target display name

12 Jan 07:47
Compare
Choose a tag to compare
  • 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

08 Jan 14:07
f2d908b
Compare
Choose a tag to compare

Fixed file paths for LHS download (issue 1075)

05 Jan 10:19
Compare
Choose a tag to compare
2.0.33

fix: fixed file paths for LHS download (issue 1075)

ComputedMolecule lhs_pdb -> site_observation_code

22 Dec 11:43
Compare
Choose a tag to compare
2.0.32

fix: Fix ComputedMolecule __repr__

Potential fix for 1249 (lhs_pdb)

21 Dec 17:06
Compare
Choose a tag to compare
2.0.31

fix: Adds lhs_pdb to ComputedMolecule (also move to Python 3.11.7)

Target upload requires authentication

19 Dec 15:42
0b2ddb6
Compare
Choose a tag to compare

User needs to be logged in and have access to the project they're uploading to