Edits to the supplementary data of the difference recurrence alignment paper.
The original paper by Hajime Suzuki and Masahiro Kasahara is here.
This repo exists because diffbench did not contain the exact code for the benchmarks in the paper. I needed to modify this code to compare against block aligner. These small modifications are my only contributions to this code. The initial code and paper are all by Suzuki and Kasahara.
sequences.txt
is needed for the benchmarks to run. It is large, so it has to
be manually downloaded:
cd supplementary_data
curl -OL https://github.com/Daniel-Liu-c0deb0t/diff-bench-paper/releases/download/v1.0/sequences.txt.gz
gunzip sequences.txt.gz
cd ..
cd supplementary_data/benchmark_codes
- Check the
Makefile
to make sure it is using the rightgcc
versions. - Run
./custom_bench.sh
to benchmark and print results. - Run
./custom_scores.sh
to output scores as tab-separated files, for comparison against block aligner.