We compare RawAlign with UNCALLED, Sigmap, and RawHash. We specify the versions we use for each tool below.
We list the links to download and compile each tool for comparison below:
We use minimap2 to generate the ground truth mapping information by mapping basecalled seqeunces to their corresponding reference genomes. We use the following minimap2 version:
We use various tools to process and analyze the data we generate using each tool. The following tools must also be installed in your machine. We suggest using conda to install these tools with their specified versions as almost all of them are included in the conda repository.
- Python 3.6+ (We worked with Python 3.10.6)
- pip3 (We worked with 22.0.2)
- ONT VBZ HDF Plugin - We provide the
ensure_hdf5_vbz_plugin.sh
script to install this plugin and add it to thePATH
.
We recommend the ensure_full_environment.sh
script to install all baselines, tools, dependencies, and environment variables.
Please follow the instructions in the Datasets README.
Please follow the instructions in the Evaluation README.
Please follow the instructions in the Paper Plot Scripts README.