-
Notifications
You must be signed in to change notification settings - Fork 120
Added tube definitions #736
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
Conversation
|
|
||
| def Eppendorf_DNA_LoBind_2ml_Ub(name: str) -> Tube: | ||
| """2 mL round-bottom snap-cap Eppendorf tube. cat. no.: 022431048 | ||
| - bottom_type=TubeBottomType.U | ||
| - snap-cap lid | ||
| """ | ||
| diameter = 10.33 | ||
| return Tube( | ||
| name=name, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
did you use a drawing for getting these numbers? if so, please link it
if not, please add a comment # measured to the relevant numbers
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done
| def celltreat_15000ul_centrifuge_tube_Vb(name: str) -> Tube: | ||
| """CELLTREAT® Centrifuge Tubes-RackMaster 15mL Centrifuge Tube, Best Value - Paperboard Rack, Sterile | ||
| Part no.: 229414 | ||
| - bottom_type=TubeBottomType.V | ||
| """ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this as well. could you please link a drawing or comment these values are measured?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done, you measured this one actually
5090edf to
b3f0e8d
Compare
No description provided.