Skip to content

Commit

Permalink
Merge branch 'fix/scaled_1' of github.com:dib-lab/sourmash into fix/s…
Browse files Browse the repository at this point in the history
…caled_1
  • Loading branch information
ctb committed Apr 10, 2017
2 parents 0086dd2 + 4203afa commit b2e26ee
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion sourmash_lib/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
from __future__ import print_function
import re
import math
from ._minhash import MinHash, get_minhash_default_seed, get_minhash_max_hash
from ._minhash import (MinHash, get_minhash_default_seed, get_minhash_max_hash)

DEFAULT_SEED = get_minhash_default_seed()
MAX_HASH = get_minhash_max_hash()
4 changes: 2 additions & 2 deletions tests/test_sourmash.py
Original file line number Diff line number Diff line change
Expand Up @@ -982,10 +982,10 @@ def test_sbt_gather_metagenome():
testdata_sigs = glob.glob(testdata_glob)

query_sig = utils.get_test_data('gather/combined.sig')

cmd = ['sbt_index', 'gcf_all', '-k', '21']
cmd.extend(testdata_sigs)

status, out, err = utils.runscript('sourmash', cmd,
in_directory=location)

Expand Down

0 comments on commit b2e26ee

Please sign in to comment.