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

Consider homopolymer compressed kmers #7

Closed
tseemann opened this issue Apr 5, 2018 · 4 comments
Closed

Consider homopolymer compressed kmers #7

tseemann opened this issue Apr 5, 2018 · 4 comments

Comments

@tseemann
Copy link
Contributor

tseemann commented Apr 5, 2018

Heng uses homo-compressed k-mers in minimap2
Might be useful here
Or not

@tseemann
Copy link
Contributor Author

tseemann commented Apr 6, 2018

Can transform the data with $dna =~ s/(.)\1*/\1/g :)

@tseemann
Copy link
Contributor Author

tseemann commented Apr 7, 2018

In case you need it:

https://github.com/tseemann/dehomopolymerate

dehomopolymerate -l 15 < in.fq.gz > out.fq

@andrewjpage
Copy link
Owner

Thanks a million!

@andrewjpage
Copy link
Owner

Added as an option

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