Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added conditional In Text Search for Optimum Search Schemes (Hamming Distance) #2342

Open
wants to merge 37 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
37 commits
Select commit Hold shift + click to select a range
b62edfe
Initial Commit of ITS no edit distance
bngksvn Aug 23, 2018
5076fa2
added in text search to optimum search schemes
bngksvn Sep 11, 2018
8613ea5
minor formatting
bngksvn Sep 11, 2018
6589edb
removed some comments
bngksvn Sep 11, 2018
242b5a9
line limit formatting
bngksvn Sep 11, 2018
6c6dffd
added e-mail
bngksvn Sep 11, 2018
938a263
minor formatting
bngksvn Sep 11, 2018
24367d2
fixed typos
bngksvn Sep 11, 2018
816303a
changed names of file and functions
bngksvn Sep 28, 2018
3419713
removed unused variables from search scheme
bngksvn Oct 14, 2018
40515ca
merged both files
bngksvn Oct 14, 2018
4a1d454
NA
bngksvn Oct 14, 2018
1c92441
fixed error
bngksvn Oct 14, 2018
784a17e
resolved merge conflict
bngksvn Oct 14, 2018
f96aafc
removed Note
bngksvn Oct 14, 2018
def39eb
fixed comments and order of functions
bngksvn Oct 14, 2018
74c78a2
minor formatting
bngksvn Oct 14, 2018
da6b179
calculate block borders during initialization
bngksvn Oct 14, 2018
17f40a1
minor formatting
bngksvn Oct 14, 2018
0b33ec4
reduced line length to 120
bngksvn Oct 14, 2018
1951c47
removed chronBL from search schemes
bngksvn Oct 14, 2018
e16b168
typo
bngksvn Oct 14, 2018
6f849ea
identation
bngksvn Oct 14, 2018
b26c5a9
identation 2
bngksvn Oct 14, 2018
d6a00f9
review fix v1
bngksvn Oct 15, 2018
4b51023
identation
bngksvn Oct 15, 2018
5ca7db7
modified ss
bngksvn Oct 15, 2018
b55f577
NA
bngksvn Oct 16, 2018
a172d03
Merge branch 'fix_ss' into its
bngksvn Oct 16, 2018
d31af97
works now for index containing single sequence
bngksvn Oct 16, 2018
10b9f8c
now also work on multiple indeces
bngksvn Oct 16, 2018
a5ce5c2
now also work on multiple indeces
bngksvn Oct 16, 2018
c54681a
reverted newline deletions
bngksvn Oct 16, 2018
3db666d
implemented test
bngksvn Oct 16, 2018
96281a6
removed unused code
bngksvn Oct 16, 2018
d19ffaa
removed unused code
bngksvn Oct 16, 2018
6a19a68
merge 2 functions
bngksvn Oct 16, 2018
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading