Skip to content

Commit

Permalink
switch appraise to use preload-db
Browse files Browse the repository at this point in the history
  • Loading branch information
AroneyS authored and wwood committed Dec 13, 2024
1 parent 30df626 commit a8b1dbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion singlem/appraiser.py
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ def _appraise_inexactly(self, metagenome_otu_table_collection,
metagenome_collection.sort_otu_tables_by_marker()

querier = Querier()
queries = querier.query_with_queries(metagenome_collection, sdb_tmp, max_divergence, SMAFA_NAIVE_INDEX_FORMAT, SequenceDatabase.NUCLEOTIDE_TYPE, 1, None, False, None)
queries = querier.query_with_queries(metagenome_collection, sdb_tmp, max_divergence, SMAFA_NAIVE_INDEX_FORMAT, SequenceDatabase.NUCLEOTIDE_TYPE, 1, None, True, None)

sample_to_building_block = {}
for hit in queries:
Expand Down

0 comments on commit a8b1dbd

Please sign in to comment.