You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello! I find myself forgetting exactly the parameters I used for each signature and then get frustrated/confused when I sourmash compare and then there's no compatible kmer sizes or molecules. So this feature would let the user know what kinds of signatures are inside each signature.
Here's what I hacked up. I know this uses json instead of ijson but my brain got so turned around trying to use the iterator so I used json for now. I also couldn't figure out how to access the 'scaled' option.
I was just thinking that something like this would be very useful as I ran head on a signature and had to scroll back up a million lines in my terminal to see the information I wanted. Thank you @olgabot!
Hello! I find myself forgetting exactly the parameters I used for each signature and then get frustrated/confused when I
sourmash compare
and then there's no compatible kmer sizes or molecules. So this feature would let the user know what kinds of signatures are inside each signature.Here's what I hacked up. I know this uses
json
instead ofijson
but my brain got so turned around trying to use the iterator so I usedjson
for now. I also couldn't figure out how to access the 'scaled' option.This outputs the following pandas dataframe:
The text was updated successfully, but these errors were encountered: