-
Notifications
You must be signed in to change notification settings - Fork 90
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
Is there a way to sketch 1,000 files in one line #71
Comments
Hi Zewei, Not built into Mash, but you can use some shell trickery (see #26): For the distances, you would then need to |
Thanks, I got it like this: Create sketch for all sequences (into a single file)
Compare individual sequence file with the sketch, and saved into a single dist file
I then just parser the txt file in python to keep the non-redundant pairs. |
For the second step: |
Hi,
I was wondering if there is an option that I can sketch many files in one command, I would also like to get all pairwise distances.
Thanks!
Zewei
The text was updated successfully, but these errors were encountered: