Quick Start Guide
Please follow these steps to quickly set up HMMvar.
- Download HMMvar package and pre-computed HMMs at the Downloads page.
- If you are using Linux or MAC OS, please go to the directory of the HMMvar package and install it by running the following commands.
- ./configure
- make
- make install
- Prepare your input files (sequence file and variants file). You can find the formats of the input files here.
- Find the corresponding hidden Markov model from the HMM library you downloaded at step 1.
- Implement HMMvar by the command hmmvar -q <query filename> -v <variants filename> -hmmbuildout <HMM>
- Check the output file (<variants filename>.out). To interpret the output file, please refer to the instruction here.