Created
February 6, 2020 14:21
-
-
Save ctb/e204e4540a61e56dd172af0fa3c5a875 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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