Skip to content

Instantly share code, notes, and snippets.

@ctb
Created February 6, 2020 14:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ctb/e204e4540a61e56dd172af0fa3c5a875 to your computer and use it in GitHub Desktop.
Save ctb/e204e4540a61e56dd172af0fa3c5a875 to your computer and use it in GitHub Desktop.
import sys
import sourmash
sbt = sourmash.load_sbt_index(sys.argv[1])
print(next(iter(sbt.leaves())))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment