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

Workers - tar should not preserve the full paths in the archive #132

Open
deepakduggirala opened this issue Jan 5, 2024 · 1 comment
Open
Assignees

Comments

@deepakduggirala
Copy link
Contributor

Extracting any archive on SDA created by our apps with tar xvf creates a directory with internals with original file paths.

zpool/xenium/temp/
zpool/xenium/temp/Xenium_V1_mouse_pup_outs.zip
...

Change the tar command in archive step to create tar with only relative file paths.

When extracted with tar xvf the expected structure is

Xenium_V1_mouse_pup_outs.zip
...
@ryanlong89 ryanlong89 self-assigned this Jan 11, 2024
@charlesbrandt
Copy link
Contributor

Good call to raise this on the Bioloop project. I believe this may be related to this issue in Xenium as well: https://github.com/IUSCA/xenium/issues/11

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

3 participants