-
Notifications
You must be signed in to change notification settings - Fork 5
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
WIP: Add scripts/pairwise_to_matrix/
helper script
#198
base: main
Are you sure you want to change the base?
Conversation
thanks!! The downside to this approach is that |
and, as noted in the docs, lots of tricky dependencies - esp h5py. I suspect this will work well as a separate plugin! |
scripts/pairwise_to_matrix/
helper script
a dumb, and presumably much less efficient, version of this functionality is available in https://github.com/sourmash-bio/sourmash_plugin_betterplot/ as |
To resolve this PR, we should benchmark it against |
Description
This pull request adds a new 'scripts/' directory to the Branchwater project. The directory is dedicated to stand-alone scripts designed to post-process the output generated by various Branchwater commands.
Adding
scripts/pairwise_to_matrix
This script efficiently converts pairwise command outputs into sparse matrices and enables their export to TSV format. The script uses
Dask
, so it's engineered for large-scale data processing.