Skip to content

Commit

Permalink
Merge branch 'latest' of https://github.com/sourmash-bio/sourmash int…
Browse files Browse the repository at this point in the history
…o doc/tax_over_lca
  • Loading branch information
ctb committed Sep 25, 2023
2 parents a59effc + 256a705 commit 282ac98
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions src/sourmash/sig/__main__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,27 @@
"""
Command-line entry point for 'python -m sourmash.sig'
"""
__all__ = ["cat",
"split",
"describe",
"manifest",
"overlap",
"merge",
"intersect",
"inflate",
"subtract",
"rename",
"extract",
"filter",
"flatten",
"downsample",
"sig_import",
"export",
"kmers",
"fileinfo",
"check",
"collect"]

import sys
import csv
import json
Expand Down

0 comments on commit 282ac98

Please sign in to comment.