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

save kmer hash for re-use? #33

Open
rwhetten opened this issue Jul 29, 2021 · 0 comments
Open

save kmer hash for re-use? #33

rwhetten opened this issue Jul 29, 2021 · 0 comments

Comments

@rwhetten
Copy link

I'm working with a large dataset of multiple files of PacBio CLR reads, and at the moment filtlong is running on a combined file containing all the data (267 Gb). It seems it might be faster if there were an option to build and save a kmer hash of the Illumina reads used for QC so that the same hash could be used by multiple independent processes running on individual files. If fast read access to the hash is important, it could be copied to local scratch space on each individual node, so each process has its own copy.

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