marbl / MHAP

MinHash Alignment Process (MHAP, pronounced MAP): locality-sensitive hashing to detect long-read overlaps and utilities
Apache License 2.0
96 stars 13 forks source link

Installation problem. #16

Closed saad-abrar closed 7 years ago

saad-abrar commented 7 years ago

I tried installing MHAP. But once i mount into the folder and run maven install it shows the following command. Could you please help.

saad@Mercenary:~/MHAP$ maven install No command 'maven' found, did you mean: Command 'aven' from package 'survex-aven' (universe) maven: command not found

skoren commented 7 years ago

Maven is a build package, similar to autoconf, for Java. You can download it from here: https://maven.apache.org

If you are only interested in running MHAP, not developing the code, you can also download the pre-build jar files which only required the JVM to run. The instructions for using them are on the documentations page: http://mhap.readthedocs.io/en/latest/installation.html Under the pre-compiled section. Once you download and extract, you can follow the quick-start instructions: http://mhap.readthedocs.io/en/latest/quickstart.html