cfe-lab / cfe-lab/MiCall

Align deletions after frame shift

Open
#558 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

bug
Dominant language
Python
Stars
21
Forks
11
Avg merge
12h 5m
Merged PRs (30d)
24

Description

#549 added references for SARS-CoV-2, but they have a strange frame shift part way through one of the gene regions. The code that aligns deletions to codon boundaries doesn't know about that frame shift, so it might report two partial deletions when the deletion is shifted to the wrong reading frame. See if deletions are very rare in SARS-CoV-2 and we can ignore this, or actually fix the deletion shifting.

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by locating the code that aligns deletions to codon boundaries and inspect how the SARS-CoV-2 gene region from #549 is represented. Check whether deletions are rare enough to ignore the frame shift; otherwise compare shifted deletions and ensure the result does not report two partial deletions for one event.

Written by the indexing model from the issue text.

Assessment

Tech stack
python
Domain
bioinformatics
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.