Skip to content

Commit

Permalink
removed experimental sketchers; removed window similarity compression
Browse files Browse the repository at this point in the history
  • Loading branch information
muellan committed Aug 30, 2018
1 parent 0e2f26a commit 7669908
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 923 deletions.
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ HEADERS = \
src/dna_encoding.h \
src/filesys_utility.h \
src/hash_dna.h \
src/hash_family.h \
src/hash_int.h \
src/hash_multimap.h \
src/io_error.h \
Expand Down
9 changes: 0 additions & 9 deletions docs/build.txt
Original file line number Diff line number Diff line change
Expand Up @@ -36,15 +36,6 @@ SAMPLING OPTIONS
default: 113

ADVANCED OPTIONS
-max-window-similarity <ratio>
Window sketches of new targets are only inserted into the database
if they are dissimilar to the already inserted window sketches,
i.e., they score at most (ratio * sketchsize) many hits. This
will improve the precision to database size ratio but will also
lead to significantly longer build times. Good ratio settings
are in the range of 0.85 to 0.95.
default: off (ratio = 1.00)

-max-locations-per-feature
maximum number of target locations to be stored per feature
This should not be too high in order to not impact querying speed.
Expand Down
Loading

0 comments on commit 7669908

Please sign in to comment.