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

Coverage summary #12

Closed
dfornika opened this issue Sep 19, 2023 · 4 comments
Closed

Coverage summary #12

dfornika opened this issue Sep 19, 2023 · 4 comments

Comments

@dfornika
Copy link
Member

Generate a depth-of-coverage summary for each isolate, including:

  • Configurable depth threshold
  • Percent of genome that are below the depth threshold
  • .bed file showing low-coverage regions

...and possibly also

  • A .pdf plot of depth of coverage across the genome
@dfornika
Copy link
Member Author

It would probably make sense to tie the depth threshold to our existing min_depth parameter:

min_depth = 10

@dfornika
Copy link
Member Author

A couple of tools that might be useful:

https://github.com/brentp/mosdepth

https://telatin.github.io/bamtocov

@taranewman
Copy link
Collaborator

This tool looks like it can produce a .bed file showing only low-coverage regions: https://github.com/telatin/covtobed

@dfornika
Copy link
Member Author

Fixed by #13 and #14

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

2 participants