Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Check for sorted BAM files fails if first chromosome has less than 100 mapped reads #38

Closed
tjakobi opened this issue Apr 20, 2017 · 0 comments

Comments

@tjakobi
Copy link
Contributor

tjakobi commented Apr 20, 2017

This is due to a hard-coded limit of 100 reads used for checking the sorting. If more than one chromosome is encountered during the first 100 reads the sorting check will fail.

Best solution is probably to only check for .bai files and assume that the user did not sort by read name.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant