Skip to content

Plate Map Search Error in Cytosnake Workflow #99

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

Open
axiomcura opened this issue Jan 3, 2024 · 0 comments
Open

Plate Map Search Error in Cytosnake Workflow #99

axiomcura opened this issue Jan 3, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@axiomcura
Copy link
Member

Problem Description:
An error consistently occurs when attempting to use barcodes to find the corresponding plate map in the Cytosnake workflow. The error is as follows:

Traceback (most recent call last):
  File "/home/erikserrano/Benchmarks/cytosnake-cp-process-singlecell-CFReT-data/.snakemake/scripts/tmpgqcod7t7.annotate.py", line 142, in <module>
    annotate_cells(
  File "/home/erikserrano/Benchmarks/cytosnake-cp-process-singlecell-CFReT-data/.snakemake/scripts/tmpgqcod7t7.annotate.py", line 77, in annotate_cells
    platemap = barcode_platemap_df.query(
IndexError: index 0 is out of bounds for axis 0 with size 0

Issues Identified:

  1. Workflow Interruption:

    • The error leads to a complete halt in the workflow, causing disruption and hindering progress.
  2. Fragility with Names:

    • The current implementation is sensitive to naming variations, making it fragile and prone to errors.
@axiomcura axiomcura added the bug Something isn't working label Jan 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant