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

Samplesheet parser crashes if there are empty rows in between data-rows #110

Open
florianzwagemaker opened this issue Oct 28, 2024 · 0 comments
Labels
bug Something isn't working
Milestone

Comments

@florianzwagemaker
Copy link
Contributor

Currently the samplesheet parser seems to crash with TypeError: expected str, bytes or os.PathLike object, not float when a samplesheet is given containing empty rows in-between properly formatted data-rows.

Currently only tested with csv input.

This should:

  1. at least exit properly instead of a TypeError
  2. Be handled correctly and not crash/exit at all
@florianzwagemaker florianzwagemaker added the bug Something isn't working label Oct 28, 2024
@florianzwagemaker florianzwagemaker added this to the 1.6.0 milestone Oct 28, 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