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
Right now, if someone specifies the wrong cellranger directory, it gives me an error with 'list index out of range'.
cellranger_dir = Path("some_wrong_path")
Can you add a piece of code that actually specifies a more intuitive error? Something like - 'InputError: CellRanger Directory does not contain barcodes, features or matrix.tsv file'.