pod5-file-format
pod5-file-format copied to clipboard
Replace comment_char with comment_prefix.
Sometime between polars v0.18 and v0.19 the comment_char keyword argument to pl.read_csv was depreciated in favor of comment_prefix. This PR replaces the two instances of comment_char and should resolve Issue 142.