Skip to content

Commit

Permalink
Compress LFS objects
Browse files Browse the repository at this point in the history
 - Tallymut Zstd compressed to save on Github LFS bandwidth
  • Loading branch information
DrYak committed Jun 2, 2023
1 parent 3e57e5e commit 0dae2c1
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .gitattributes
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
.git_archival.json export-subst
tallymut_line_full.tsv filter=lfs diff=lfs merge=lfs -text
tallymut_line_full.tsv.zst filter=lfs diff=lfs merge=lfs -text
2 changes: 1 addition & 1 deletion preprint/WwSmoothingKernel.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
"source": [
"# Overwrite globals set by WwDec.main:\n",
"# temporary, globals\n",
"tally_data = \"./data/tallymut_line_full.tsv\"\n",
"tally_data = \"./data/tallymut_line_full.tsv.zst\"\n",
"out_dir = (\n",
" \"./out\"\n",
")\n",
Expand Down
3 changes: 0 additions & 3 deletions preprint/data/tallymut_line_full.tsv

This file was deleted.

3 changes: 3 additions & 0 deletions preprint/data/tallymut_line_full.tsv.zst
Git LFS file not shown
2 changes: 1 addition & 1 deletion tests/test_integration.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ def test_workflow():
"--deconv-config=presets/deconv_linear.yaml",
"--location=Zürich (ZH)",
"--seed=42",
"preprint/data/tallymut_line_full.tsv",
"preprint/data/tallymut_line_full.tsv.zst",
]
)

0 comments on commit 0dae2c1

Please sign in to comment.