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

Question - How are import zip packages generated? #83

Open
cnizo opened this issue Jun 25, 2021 · 1 comment
Open

Question - How are import zip packages generated? #83

cnizo opened this issue Jun 25, 2021 · 1 comment

Comments

@cnizo
Copy link

cnizo commented Jun 25, 2021

I have a question about how the import zip is generated at release time. Is it done automatically somehow or do you do it yourselves (manualy)?

Thank you!

@rhpvorderman
Copy link
Contributor

We use wdl-packager. It uses miniwdl to generate a tree of imports. It turns this into a list of files. This list of files is sorted (for reproducibility), and the files are copied to a temporary directory where they get a timestamp equal to the last modified time as recorded in git (for reproducibility). Then they are packaged in the zip in order.
The tool has command line option so additional non-WDL files (such as the license) can be packaged as well.

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