biocore / biocore/LabControl

Change labman.well table to store row_num and col_num as zero-based

Open
#345 0 comments 0 reactions 0 assignees View on GitHub
code refactor scope:medium
Dominant language
Python
Stars
2
Forks
15
PR merge metrics
No merged PRs in 30d

Description

Per @antgonza ( https://github.com/jdereus/labman/pull/340#issuecomment-416673419 ):

The Plate.layout property (a list of lists) accesses wells on a plate with zero-based row and column numbers. However, the database (in the labman.well table) stores row and column numbers as 1-based. Since layout's indexing can't really be changed, changing the values stored in the database to be 0-based would save a lot of +1-ing and -1-ing throughout the code.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.