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

Improve criteria for when to stop remap iterations #405

Open
donkirkby opened this issue Jun 23, 2017 · 2 comments
Open

Improve criteria for when to stop remap iterations #405

donkirkby opened this issue Jun 23, 2017 · 2 comments

Comments

@donkirkby
Copy link
Member

As an example, sample 88067A_HCV from the 29-May-2017.M01841 run has a drop in coverage at the start of the E2 region in HCV-2. That drop wasn't there when it was analysed with version 7.6; it appeared with version 7.7. When I investigated, I found that version 7.6 ran two remap iterations, and 7.7 only ran one. After the first iteration, version 7.6 still had the gap, so the second iteration was very useful.

Version 7.6 ran the second iteration, because one of the HIV seeds got dropped. It just happened to also help the HCV coverage. In 7.7, the HIV had already been mapped by the G2P step, and we already had over 95% mapped reads, so it didn't do a second remap iteration.

Ideas for better criteria:

  • Always remap at least twice. (Too wasteful?)
  • Don't consider reads with a lot of soft clipping as mapped.
@donkirkby
Copy link
Member Author

Another example: I was comparing the 7.7 results with a 7.8 release candidate (03410f7). Sample 73053A-HCV_S20 went from 4 remaps in 7.7 down to 3, and a big gap got worse. Perhaps, we should always do at least two remaps after the last reference has been dropped.

@donkirkby
Copy link
Member Author

After a strategy discussion, we decided to look at de novo assembly before trying to improve the remapping strategy.

@donkirkby donkirkby added this to the near future milestone Nov 10, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant