magmap.io.subproc_io module#
File management using underlying system commands accessed through the
Python subprocess module.
- magmap.io.subproc_io.compress_file(path_in, path_out=None)[source]#
Compress a file or files by tar archving and compressing with.
Assumes that
tarandzstdare available shell commands.- Parameters: