Skip to content

Commit

Permalink
Update citation
Browse files Browse the repository at this point in the history
  • Loading branch information
maweigert committed Jun 28, 2024
1 parent e9411e1 commit 0774723
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ install_requires =
chardet
lightning
kornia>=0.7.0
torch
torchvision
# torch
# torchvision
lz4
imagecodecs>=2023.7.10
wandb
Expand Down
5 changes: 3 additions & 2 deletions trackastra/data/example_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,9 @@
def example_data_bacteria():
"""Bacteria images and masks from.
Van Vliet et al. Local interactions lead to spatially correlated gene expression levels in bacterial group (2018)
Van Vliet et al. Spatially Correlated Gene Expression in Bacterial Groups: The Role of Lineage History, Spatial Gradients, and Cell-Cell Interactions (2018)
https://doi.org/10.1016/j.cels.2018.03.009
subset of timelapse trpL/150310-11
"""
img = tifffile.imread(root / "trpL_150310-11_img.tif")
Expand Down

0 comments on commit 0774723

Please sign in to comment.