Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] Need to reimplement loading from a text file for cell detection #184

Closed
adamltyson opened this issue Jun 10, 2021 · 2 comments
Closed
Assignees
Labels
bug Something isn't working good first issue Good for newcomers

Comments

@adamltyson
Copy link
Member

See #182

Moving to using dask means that confusingly, if you have a text file of paths, the registration will work, but the cell detection wont.

@adamltyson adamltyson added bug Something isn't working good first issue Good for newcomers labels Jun 10, 2021
@adamltyson adamltyson self-assigned this Jun 10, 2021
@adamltyson
Copy link
Member Author

adamltyson commented Jun 18, 2021

@stephenlenzi you mentioned you might take this on. This could also be an opportunity to extend support for different data types. Theoretically we could support anything, as now cellfinder-core only requires an array-like object.

This code might be better in imio though. Some ideas:

  • Path to directory of tiffs
  • Path to text file of tiffs
  • 3D tiff
  • h5/BDV
  • npy

npeschke added a commit to npeschke/cellfinder-core that referenced this issue Sep 15, 2021
adamltyson pushed a commit to brainglobe/cellfinder-core that referenced this issue Sep 15, 2021
* fixing loading from txt file
hotfix for brainglobe/cellfinder#184

* added unittests for IO

* fixed side effect with tests searching for subdirectories
moved brain_paths.txt to brain directory
replaced paths with constants
@adamltyson
Copy link
Member Author

This issue is fixed for now by @npeschke in brainglobe/cellfinder-core#24.

Closing this issue, and moving to brainglobe/brainglobe-utils#36.

willGraham01 added a commit that referenced this issue Sep 1, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant