Open deepakduggirala opened 10 months ago
Extracting any archive on SDA created by our apps with tar xvf creates a directory with internals with original file paths.
tar xvf
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 ...
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
Extracting any archive on SDA created by our apps with
tar xvf
creates a directory with internals with original file paths.Change the tar command in archive step to create tar with only relative file paths.
When extracted with
tar xvf
the expected structure is