Skip to content

Commit

Permalink
Add missing library
Browse files Browse the repository at this point in the history
  • Loading branch information
seppinho committed Sep 25, 2020
1 parent 721d275 commit e01668d
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>genepi</groupId>
<artifactId>haplogrep</artifactId>
<version>2.2.7</version>
<version>2.2.9</version>
<packaging>jar</packaging>

<name>Haplogrep</name>
Expand Down Expand Up @@ -59,7 +59,8 @@
<mainClass>genepi.CommandLineInterface</mainClass>
</transformer>
</transformers>


<!-- https://mvnrepository.com/artifact/commons-collections/commons-collections -->
<artifactSet>
<includes>
<include>commons-cli:commons-cli:*:*</include>
Expand All @@ -74,6 +75,7 @@
<include>commons-cli:commons-cli:*:*</include>
<include>net.sf.opencsv:opencsv:*:*</include>
<include>commons-lang:commons-lang:*:*</include>
<include>commons-collections:commons-collections:*:*</include>
</includes>
</artifactSet>
</configuration>
Expand Down

3 comments on commit e01668d

@vercel
Copy link

@vercel vercel bot commented on e01668d Sep 25, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@matra-2020
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi
how can i download Hplogrep in my computer
thanks

@haansi
Copy link
Collaborator

@haansi haansi commented on e01668d Dec 3, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Either via curl:

curl -sL haplogrep.now.sh | bash
./haplogrep

or go to releases and download the latest haplogrep.zip file

Please sign in to comment.