Skip to content
This repository has been archived by the owner on Oct 11, 2023. It is now read-only.

Commit

Permalink
Merge branch 'master' of https://github.com/iychoi/libra
Browse files Browse the repository at this point in the history
  • Loading branch information
iychoi committed Aug 30, 2018
2 parents 80c38eb + fb05057 commit df3016c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Compute the Similarity between Metagenomic Samples
DOWNLOAD BINARY
---------------
Download a pre-built binary (compiled with Java 7, including dependencies):
- [Libra v1.2.3 stable](https://github.com/iychoi/libra/releases/download/v1.2.3/libra-all.jar)
- [Libra v1.2.5 stable](https://github.com/iychoi/libra/releases/download/v1.2.5/libra-all.jar)

For old releases, check out the release page:
- [Libra Releases](https://github.com/iychoi/libra/releases)
Expand Down Expand Up @@ -51,7 +51,7 @@ Preprocessing Options

Scoring
```
hadoop jar libra-all.jar core -m MAP -w LOGARITHM -t 8 -o /score_dir /index_dir
hadoop jar libra-all.jar core -w LOGARITHM -t 8 -o /score_dir /index_dir
```

Scoring Options
Expand Down

0 comments on commit df3016c

Please sign in to comment.