Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
danieldanciu authored Nov 24, 2020
1 parent 58eb859 commit aaa97ba
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Similarity Estimation via Tensor Sketching
This repository contains the reference implementation for the Tensor Sketching method, which can be used to estimate sequence similarity without needing to align the sequences.

## Download and build
```
git clone https://github.com/ratschlab/Project2020-seq-tensor-sketching
cd Project2020-seq-tensor-sketching
mkdir build; cd build
cmake ..
make -j
```

0 comments on commit aaa97ba

Please sign in to comment.