-
Notifications
You must be signed in to change notification settings - Fork 12
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
Filter entry point #741
Comments
13 tasks
ns-rse
added a commit
that referenced
this issue
Jan 15, 2025
Closes #741 Adds the "swiss-army knife" component to run just filtering on files. This involved modifying how the `.topostats` files are loaded and extracted because of the nesting (see #1068). Tests currently fail because the `tests/resources/test_image/minicircle_small.topostats` is version `0.1` and doesn't therefore work with the refactored structure (surprised #1068 passed all tests actualy!). A separate commit will be made for updating this test file and the associated tweaking of tests.
ns-rse
added a commit
that referenced
this issue
Jan 15, 2025
Closes #741 Adds the "swiss-army knife" component to run just filtering on files. This involved modifying how the `.topostats` files are loaded and extracted because of the nesting (see #1068). Tests currently fail because the `tests/resources/test_image/minicircle_small.topostats` is version `0.1` and doesn't therefore work with the refactored structure (surprised #1068 passed all tests actualy!). A separate commit will be made for updating this test file and the associated tweaking of tests.
ns-rse
added a commit
that referenced
this issue
Jan 15, 2025
Closes #741 Adds the "swiss-army knife" component to run just filtering on files. This involved modifying how the `.topostats` files are loaded and extracted because of the nesting (see #1068). Tests currently fail because the `tests/resources/test_image/minicircle_small.topostats` is version `0.1` and doesn't therefore work with the refactored structure (surprised #1068 passed all tests actualy!). A separate commit will be made for updating this test file and the associated tweaking of tests.
ns-rse
added a commit
that referenced
this issue
Jan 21, 2025
Closes #741 Adds the "swiss-army knife" component to run just filtering on files. This involved modifying how the `.topostats` files are loaded and extracted because of the nesting (see #1068). Tests currently fail because the `tests/resources/test_image/minicircle_small.topostats` is version `0.1` and doesn't therefore work with the refactored structure (surprised #1068 passed all tests actualy!). A separate commit will be made for updating this test file and the associated tweaking of tests.
ns-rse
added a commit
that referenced
this issue
Jan 21, 2025
Closes #741 Adds the "swiss-army knife" component to run just filtering on files. This involved modifying how the `.topostats` files are loaded and extracted because of the nesting (see #1068). Tests currently fail because the `tests/resources/test_image/minicircle_small.topostats` is version `0.1` and doesn't therefore work with the refactored structure (surprised #1068 passed all tests actualy!). A separate commit will be made for updating this test file and the associated tweaking of tests.
ns-rse
added a commit
that referenced
this issue
Jan 22, 2025
Closes #989 As I go through writing additional entry points for #517 I thought it worth documenting how to incorporate functionality into the workflow in terms of adding it to the end-to-end pipeline and how to create an additional entry point so that the specific functionality can be run on its own. This is based on having done `filters` (#741) over a few weeks and as I go forward with subsequent (e.g. #742) which I've started I may well tweak/revise these notes in case I've missed anything or made mistakes.
ns-rse
added a commit
that referenced
this issue
Jan 22, 2025
Closes #989 As I go through writing additional entry points for #517 I thought it worth documenting how to incorporate functionality into the workflow in terms of adding it to the end-to-end pipeline and how to create an additional entry point so that the specific functionality can be run on its own. This is based on having done `filters` (#741) over a few weeks and as I go forward with subsequent (e.g. #742) which I've started I may well tweak/revise these notes in case I've missed anything or made mistakes.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Further to #517 add an entry point for
topostats filter
which loads files and saves them to HDF5 usingio.save_topostats_file()
.The text was updated successfully, but these errors were encountered: