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

brass fails when input bai file does not having the expected naming convention #994

Open
anoronh4 opened this issue Nov 16, 2023 · 0 comments

Comments

@anoronh4
Copy link
Collaborator

brass fails when the bam file names are like this:

sample.bam
sample.bai

as opposed to this:

sample.bam
sample.bam.bai

because the bai files are supposedly not found. i think we can fix this in one of the following ways:

  1. recreate the index when the bai name is expected to cause issues.
  2. have the pipeline exit with error or emit a warning when the input bai file does not match expected naming convention.
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