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
When (wrongly) running the program against a gzipped barcodes file, the program panics before reaching the "gzip checking phase" of load_barcodes(). That's because of this unwrap() call.
When (wrongly) running the program against a gzipped barcodes file, the program panics before reaching the "gzip checking phase" of
load_barcodes(). That's because of thisunwrap()call.