Reduce size of data files in Endom#23
Conversation
- use `gzip -9` to get maximal compression - remove superfluous whitespace inside
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #23 +/- ##
=======================================
Coverage 99.85% 99.85%
=======================================
Files 5 5
Lines 709 709
=======================================
Hits 708 708
Misses 1 1 🚀 New features to boost your workflow:
|
olexandr-konovalov
left a comment
There was a problem hiding this comment.
Cool! I didn't inspect the changes, but perhaps @raemarina and @IrynaRaievska can pick up a random file to compare? I presume you have used some shell script to process all data?
|
I was looking at possible another way to squish this, which particularly helps for the larger files, while still keeping them fairly easy to understand, will report soon. |
|
@olexandr-konovalov yes, a very simply script, basically But of course it seems @ChrisJefferson has done something even better, nice. (Makes me wonder if the same technique maybe also would apply to the additional data files on Zenodo) |
|
Closing in favor of PR #38 |
gzip -9to get maximal compressionThis reduces the size of the directory from 50M to 26M for me.