/haplogrep-core

haplogrep-core

Primary LanguageJavaApache License 2.0Apache-2.0

Java CI with Maven

haplogrep-core

This repository includes the haplogrep core functionality used in the command line tool and the web server.

Add the following repository to your pom.xml or gradle file:

<repositories>
	<repository>
		<id>jfrog-genepi-maven</id>
		<name>jfrog-genepi-maven</name>
		<url>https://genepi.jfrog.io/artifactory/maven/</url>
	</repository>
</repositories>

Add the following dependency to your pom.xml or gradle file:

<dependency>
	<groupId>genepi</groupId>
	<artifactId>haplogrep-core</artifactId>
	<version>2.7.4</version>
</dependency>