Skip to content

Commit

Permalink
remove dependencies on 'compute' code from other modules
Browse files Browse the repository at this point in the history
  • Loading branch information
ctb committed Apr 1, 2024
1 parent e0ed4c3 commit 2c63616
Show file tree
Hide file tree
Showing 5 changed files with 519 additions and 29 deletions.
12 changes: 9 additions & 3 deletions src/sourmash/command_compute.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,15 @@
from .utils import RustObject
from ._lowlevel import ffi, lib

DEFAULT_COMPUTE_K = "21,31,51"
DEFAULT_MMHASH_SEED = 42
DEFAULT_LINE_COUNT = 1500

from .command_sketch import (
_compute_individual,
_compute_merged,
ComputeParameters,
add_seq,
set_sig_name,
DEFAULT_MMHASH_SEED,
)


def compute(args):
Expand Down
Loading

0 comments on commit 2c63616

Please sign in to comment.