diff --git a/README.md b/README.md new file mode 100644 index 0000000..e0e104a --- /dev/null +++ b/README.md @@ -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 +```