Skip to content

Commit

Permalink
Adding URLs for external dependencies and explanation of Java
Browse files Browse the repository at this point in the history
  • Loading branch information
linsalrob committed May 30, 2020
1 parent 8909c80 commit a3a914b
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,11 +116,14 @@ You will need to install all the dependencies manually:
* [BWA MEM](https://sourceforge.net/projects/bio-bwa/files/)
* [KMC](http://sun.aei.polsl.pl/REFRESH/index.php?page=projects&project=kmc&subpage=about)
* [seqtk](https://github.com/lh3/seqtk/releases)
* [pigz](https://zlib.net/pigz/) but should be in your OS distribution
* [Pilon](https://github.com/broadinstitute/pilon/releases/) (Java)
* [pigz](https://zlib.net/pigz/). Pigz should be available with your OS distribution.
* [Pilon](https://github.com/broadinstitute/pilon/releases/) (Java).
* [Trimmomatic](http://www.usadellab.org/cms/?page=trimmomatic) (Java)
* [samclip](https://github.com/tseemann/samclip/releases)

Note that you will need to make pilon and trimmomatic executables. You can make a simple wrapper
for each that just passes the shell arguments.

## Output files

Filename | Description
Expand Down

0 comments on commit a3a914b

Please sign in to comment.