We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
As of v0.3.2, we now have the command pairwise_to_compare, which seems to work ok. (but, you know, tests needed! #24).
pairwise_to_compare
This is implemented in hokey code,
sourmash_plugin_betterplot/src/sourmash_plugin_betterplot.py
Line 423 in 59b870d
and there is broken sparse-matrix loading code here,
Line 557 in 59b870d
and it feels like the mds2 command
mds2
Line 489 in 59b870d
but I find the scipy sparse matrix stuff https://docs.scipy.org/doc/scipy/reference/sparse.html difficult to interpret, and I keep on running into "this operation not allowed".
scipy
To the extent that I have any understanding at all, it's that we should be looking at COO arrays, maybe?
pls send help. kthxbye.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
As of v0.3.2, we now have the command
pairwise_to_compare
, which seems to work ok. (but, you know, tests needed! #24).This is implemented in hokey code,
sourmash_plugin_betterplot/src/sourmash_plugin_betterplot.py
Line 423 in 59b870d
and there is broken sparse-matrix loading code here,
sourmash_plugin_betterplot/src/sourmash_plugin_betterplot.py
Line 557 in 59b870d
and it feels like the
mds2
commandsourmash_plugin_betterplot/src/sourmash_plugin_betterplot.py
Line 489 in 59b870d
but I find the
scipy
sparse matrix stuff https://docs.scipy.org/doc/scipy/reference/sparse.html difficult to interpret, and I keep on running into "this operation not allowed".To the extent that I have any understanding at all, it's that we should be looking at COO arrays, maybe?
pls send help. kthxbye.
The text was updated successfully, but these errors were encountered: