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'.
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'.