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_datacurl -OL https://github.com/Daniel-Liu-c0deb0t/diff-bench-paper/releases/download/v1.0/sequences.txt.gzgunzip sequences.txt.gzcd ..
cd supplementary_data/benchmark_codes- Check the
Makefileto make sure it is using the rightgccversions. - Run
./custom_bench.shto benchmark and print results. - Run
./custom_scores.shto output scores as tab-separated files, for comparison against block aligner.