-
Notifications
You must be signed in to change notification settings - Fork 10
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
Add meryl and merqury #63
Conversation
Nice work @stephenturner Would be great to support the trio mode with parental reads. This is supported by the |
- add new test_with_merqury profile - Added test_with_merqury profile to import in nextflow.config - revert test profile to no longer set `merqury_skip` to false (skips merqury by default) fixes nf-core#67
…ilter out fq channel items if no fq is provided or if not named appropriately, and make merqury conditional upon not skipping AND fq provided nf-core#62
Noting that one of the test commands isn't going to run until nf-core/test-datasets#1365 is merged, which updates samplesheets in test-datasets |
Test datasets is merged now |
Merqury is a tool for genome quality assessment that uses k-mer counts from raw sequencing data to evaluate the accuracy and completeness of a genome assembly. Meryl is the companion tool that efficiently counts and stores k-mers from sequencing reads, enabling Merqury to estimate metrics like assembly completeness and base accuracy. These tools provide a k-mer-based approach to assess assembly quality, helping to identify potential errors or gaps.
merqury
to pipeline #42