Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
pjedge authored Nov 6, 2019
1 parent cffdf4b commit de33b57
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,16 +22,13 @@ If you use HapCUT2 in your research, please cite:

[Edge, P., Bafna, V. & Bansal, V. HapCUT2: robust and accurate haplotype assembly for diverse sequencing technologies. Genome Res. gr.213462.116 (2016). doi:10.1101/gr.213462.116](http://genome.cshlp.org/content/early/2016/12/09/gr.213462.116.abstract)

## dependencies:
Requires htslib > 1.2.1. It is assumed that htslib is installed, but otherwise the path can be specified in the Makefile.

## to build:

```make ```

The makefile will attempt to build samtools 1.2 and htslib 1.2.1 as git submodules.
If you already have samtools 1.2 and htslib 1.2.1 installed, you can optionally edit the SAMTOOLS and HTSLIB variables in the Makefile to point to the directories where they are installed, prior to building.

## dependencies:
requires htslib > 1.2.1. It is assumed that htslib is installed, but otherwise the path can be specified in the Makefile.

## to install:

```
Expand Down

0 comments on commit de33b57

Please sign in to comment.