Skip to content

Modified compression function in upload_results module to use 7z instead of AES-ZIP#618

Merged
jaimeozaez merged 8 commits into
BU-ISCIII:developfrom
jaimeozaez:develop
May 26, 2025
Merged

Modified compression function in upload_results module to use 7z instead of AES-ZIP#618
jaimeozaez merged 8 commits into
BU-ISCIII:developfrom
jaimeozaez:develop

Conversation

@jaimeozaez

@jaimeozaez jaimeozaez commented May 22, 2025

Copy link
Copy Markdown
Contributor

We have modified the way in which the analysis_results folder is compressed and encrypted in order to make it easier for users to read and decompress it. AES (Advanced Encryption Standard) encryption has been replaced by the use of the 7z software, which generates files with 7z extension compatible and recognizable by windows and linux. The compressed file now requests the password on double-click, and no longer displays error messages.

Closes #582

PR Checklist

  • This comment contains a description of changes (with reason).
  • Make sure your code lints (black and flake8).
  • CHANGELOG.md is updated.
  • README.md is updated (including new tool citations and authors/contributors).

@jaimeozaez jaimeozaez added this to the v1.5.5 milestone May 22, 2025
@jaimeozaez jaimeozaez self-assigned this May 22, 2025
@jaimeozaez jaimeozaez linked an issue May 22, 2025 that may be closed by this pull request
@jaimeozaez jaimeozaez merged commit 38b8088 into BU-ISCIII:develop May 26, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Review upload_results file compression stage

2 participants