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

add Filter #342

Open
wants to merge 6 commits into
base: main
Choose a base branch
from
Open

add Filter #342

wants to merge 6 commits into from

Conversation

ben-ray
Copy link
Contributor

@ben-ray ben-ray commented Dec 23, 2024

No description provided.

Comment on lines 781 to 786
if (
isinstance(resource.parent, Plate)
and resource.parent.has_lid()
and not isinstance(resource.parent.lid, Filter)
):
raise ValueError("Aspirating from a well with a non-filter lid is not supported.")
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

what do you think about making Filter inherit from Resource directly rather than Lid so that this check is not necessary?

Comment on lines 1 to 8
from typing import Optional, Union

from pylabrobot.liquid_handling.liquid_handler import LiquidHandler
from pylabrobot.resources.carrier import ResourceHolder
from pylabrobot.resources.coordinate import Coordinate
from pylabrobot.resources.plate import Lid, Plate


Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

wanna put this file in pylabrobot/resources/filter.py?

Comment on lines 1 to 5
# Retro Filter V4

<img src="RetroFilterV4.png" width="800" />

Designed for flow cytometry prep.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

shall i move this to the docs so it's on the website? i would add it under liquid handling in the user guide

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants