diff --git a/README.md b/README.md index 3a11365..f5f9bff 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,9 @@ # AdaOrder +AdaOrder is an algorithm for adapting the minimizer order to an input dataset. +It aims to flatten the k-mer load distribution across minimizers. -This implementation of AdaOrder corresponds to the following paper: . +This implementation of AdaOrder is described in the following paper: . -To cite this paper use the following form: - - -In `orders_minimizer_7.zip` are pre computed orders by AdaOrder, on 4 datasets used in the paper with `k=28,55`. ## Usage @@ -29,6 +27,12 @@ AdaOrder can be controlled by several command line options and flags. | `‑p ` | Set the penalty factor of AdaOrder. | `0.01` | | `‑in ` | Dataset to generate AdaOrder for. | | + +Precomputed orders: Orders computed by AdaOrder, on 4 datasets from the paper (H. Sapiens, A. Thaliana and fresh water metagenome) with `k=28,55`. By using them for other datasets from the same species, AdaOrder computing time can be drastically reduced or avoided altogether. + + + + ## DGerbil DGerbil is a modification of Gerbil, a memory efficient k-mer counter, that uses AdaOrder instaed of signature, for improved memory usage. Its source code is found at https://github.com/Shamir-Lab/DGerbil.