diff-bench-paper
June 26, 2021 ยท View on GitHub
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.
Getting the data
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 ..
Building and running
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.