Dealing with result archives

Functions for dealing with zips of results

Note

The bz2file dependency is needed because tar.bz2 files are created with pbzip2, which results in multiple streams in the tarfile. The Python 2.x tarfile module does not handle multiple streams, but the bz2file package does. Unpacking the tarfiles is thus done in two separate steps.

abed.zips.clean_empty_dir(folder)[source]
abed.zips.move_results(task_dict)[source]
abed.zips.unpack_zips()[source]