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

Implement contig coverage #16

Open
cjfields opened this issue Dec 2, 2020 · 1 comment
Open

Implement contig coverage #16

cjfields opened this issue Dec 2, 2020 · 1 comment

Comments

@cjfields
Copy link
Contributor

cjfields commented Dec 2, 2020

This is actually a multistage process. We want to add some basic read coverage information for the assembled contigs by aligning reads back to them to assess read depth. This will require alignment of reads to the contigs (recommend using bwa here), followed by coverage estimation. This can be tested via command line using example tools and data.

@cjfields
Copy link
Contributor Author

cjfields commented Dec 3, 2020

Task can use unaligned reads and align back to assembly genome, generate coverage stats

@cjfields cjfields assigned cjfields and unassigned cjfields Dec 9, 2020
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