You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
at least exit properly instead of a TypeError
Be handled correctly and not crash/exit at all
The text was updated successfully, but these errors were encountered:
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:
The text was updated successfully, but these errors were encountered: