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

ordered collection indexing is based on ID rather than position #5

Open
eyurtsev opened this issue Sep 6, 2015 · 0 comments
Open

Comments

@eyurtsev
Copy link
Owner

eyurtsev commented Sep 6, 2015

Indexing in the ordered collection is based on the sample ID rather than on the position.

e.g., sample ID is "Hello" and it is located in row A, column 1.

plate['A1'] -> produces error

but

plate['Hello'] -> returns the sample

@eyurtsev eyurtsev reopened this Oct 31, 2015
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

No branches or pull requests

1 participant