Skip to content

Commit

Permalink
Merge pull request #4 from rasto2211/master
Browse files Browse the repository at this point in the history
Correct the link to bwapy repository
  • Loading branch information
cjw85 authored Dec 10, 2017
2 parents 935c1d8 + ee79454 commit 8f3b1ef
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ directory before running. This can be performed via the `libbwa.a` target, which
makes some amendments to the bwa/Makefile. To build and install the package one should
therefore run:

git clone --recursive https://git/research/bwapy.git
git clone --recursive https://github.com/nanoporetech/bwapy.git
cd bwapy
make bwa/libbwa.a
python setup.py install

Expand Down
3 changes: 2 additions & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ therefore run:

.. code-block:: bash
git clone --recursive https://git/research/bwapy.git
git clone --recursive https://github.com/nanoporetech/bwapy.git
cd bwapy
make bwa/libbwa.a
python setup.py install
Expand Down

0 comments on commit 8f3b1ef

Please sign in to comment.