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

SPAdes on raw reads produces more contiguous assembly than cleaned reads #70

Open
yeban opened this issue Aug 25, 2020 · 0 comments
Open

Comments

@yeban
Copy link
Contributor

yeban commented Aug 25, 2020

N50 raw: 178 Kb; N50 cleaned (cutadapt -u 1 -q 12): 143 Kb

More contiguous doesn't necessarily mean more accurate, but it sure can look a bit awkward - what is the point of read cleaning then?

We may want to address this by increasing the coverage. Also, masking low-quality bases (seqtk seq -q 12 -n N) instead of trimming increases N50 to ~154 Kb. Contiguity further improves if orphaned reads are provided to SPAdes. Note also that SPAdes selects different k-mer sizes for raw and cleaned reads.

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

1 participant