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

fix how spot_ids are handled by build_traces_sequential and Label._assign() #1872

Merged
merged 2 commits into from
May 7, 2020

Commits on Apr 17, 2020

  1. Made build_traces_sequential reassign unique spot_ids to every featur…

    …e after concatenating PerImageSliceResults. Also made Label._assign() explicitly label features by spot_id instead of row number, ensuring that labeling is accurate even when spot_ids do not match row_numbers in an IntensityTable. Spot_ids must still be unique for accurate labeling though.
    mattcai committed Apr 17, 2020
    Configuration menu
    Copy the full SHA
    0522231 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0d30b88 View commit details
    Browse the repository at this point in the history