Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

create a helper function to compute checksums for all 'Data File' objects #512

Open
4 of 5 tasks
proccaserra opened this issue Nov 2, 2023 · 0 comments
Open
4 of 5 tasks

Comments

@proccaserra
Copy link
Member

  • use hashlib
  • use file uri as input
  • request checksum type from user (default to sha2 or md5)
  • add 2 Comments[] to each ISA DataFile object
    - [ ] Comment[checksum type]
    - [ ] Comment[Checksum]
  • include a flag in the serialization function to request if checksums should be generated or recalculated (avoid to recompute checksum everytime isa objects are serialized
proccaserra added a commit that referenced this issue Nov 12, 2023
proccaserra added a commit that referenced this issue Nov 12, 2023
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

No branches or pull requests

1 participant