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

Support tar.gz or other archive formats? #164

Open
kinow opened this issue Sep 27, 2023 · 1 comment
Open

Support tar.gz or other archive formats? #164

kinow opened this issue Sep 27, 2023 · 1 comment

Comments

@kinow
Copy link
Member

kinow commented Sep 27, 2023

Hi,

Reading the RO-Crate specification, it mentions ZIP in several places. But on this page, https://www.researchobject.org/ro-crate/1.1/appendix/relative-uris.html#establishing-a-base-uri-inside-a-zip-file, we have

An RO-Crate may have been packaged as a ZIP file or similar archive. RO-Crates may exist in a temporary file path which should not determine its identifiers.

In Autosubmit tar.gz is used for archiving files, and another Autosubmit developer that was reviewing my RO-Crate merge request asked why I used ZIP and not TAR.GZ.

Is there a reason for supporting only ZIP (I believe TAR.GZ is not used, or at least I couldn't find tarfile being used) in RO-Crate and ro-crate-py?

Cheers

@simleo
Copy link
Collaborator

simleo commented Sep 27, 2023

I think this is due to the fact that zip is the format supported by WorkflowHub (.crate.zip files).

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

2 participants