vanvalenlab / deepcell-tracking

Track cells and build cell lineages
Other
29 stars 6 forks source link

Migrate `.trk` files from .tar files to .zip files. #65

Open willgraf opened 3 years ago

willgraf commented 3 years ago

The .trk extension just a tarfile (now with gzip compression, thanks to #64). However, there are some compelling reasons to migrate from .tar to .zip:

We could potentially do this under the hood and internally check if the .trk is a tar or a zip file and load it appropriately. Both libraries have helper functions to determine this.