Untar

class gladier_tools.posix.untar.UnTar(alias=None, alias_class=None)

Bases:

The UnTar tool makes it possible to extract data from Tar archives. FuncX Functions:

  • untar (funcx_endpoint_compute)

Parameters
  • untar_input – Input directory to archive.

  • untar_output – (optional) output file to save the new archive. Defaults to the original # noqa input file with an extension ‘.tgz’ removed.

  • funcx_endpoint_compute – By default, uses the compute funcx endpoint. # noqa

Returns path

The name of the newly created archive.