Skip to content

Commit

Permalink
implement --force
Browse files Browse the repository at this point in the history
  • Loading branch information
ctb committed Aug 7, 2022
1 parent b721680 commit 0f31c40
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions src/sourmash/tax/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -377,11 +377,9 @@ def prepare(args):


def grep(args):
# check multiple tax files, sqldb @CTB

term = args.pattern
tax_assign = MultiLineageDB.load(args.taxonomy_csv)
# force? @CTB
tax_assign = MultiLineageDB.load(args.taxonomy_csv,
force=args.force)

silent = args.silent or args.count

Expand Down

0 comments on commit 0f31c40

Please sign in to comment.