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

Cram without provided reference causes undetected failure #149

Open
illusional opened this issue Jun 27, 2022 · 0 comments
Open

Cram without provided reference causes undetected failure #149

illusional opened this issue Jun 27, 2022 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@illusional
Copy link

PLEASE DO NOT POST PII ON THIS ISSUE!

Describe the bug

There are not many variants for OHMR4 in seqr. Through investigation by @vladsaveliev + @lgruen, it was discovered that:

  • We were provided CRAMs
  • We did not link the provided reference to the crams
  • Bazam is failing because it can't correctly realign without the original reference
  • The failure was obscured due to process substitution (code)
  • Re-aligned CRAMs look small

Resolution

The resolution is to:

  1. Make SM record the assigned reference when input type is CRAM: Add reference assembly as requirement for crams metamist#242
  2. Ensure production-pipelines uses this new reference for crams: Add 'reference_assembly' to bazam from SMDB production-pipelines#71
@illusional illusional added the bug Something isn't working label Jun 27, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants