loadIndexed bam lazily throws Exception if index does not exist #1830
Projects
Milestone
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If bai file is missing, an error will only occur when performing a collect on the underlying rdd. It would be nice to immediately throw and error if the index does not exist.
The text was updated successfully, but these errors were encountered: