Skip to content

Commit a3a914b

Browse files
committed
Adding URLs for external dependencies and explanation of Java
1 parent 8909c80 commit a3a914b

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,11 +116,14 @@ You will need to install all the dependencies manually:
116116
* [BWA MEM](https://sourceforge.net/projects/bio-bwa/files/)
117117
* [KMC](http://sun.aei.polsl.pl/REFRESH/index.php?page=projects&project=kmc&subpage=about)
118118
* [seqtk](https://github.com/lh3/seqtk/releases)
119-
* [pigz](https://zlib.net/pigz/) but should be in your OS distribution
120-
* [Pilon](https://github.com/broadinstitute/pilon/releases/) (Java)
119+
* [pigz](https://zlib.net/pigz/). Pigz should be available with your OS distribution.
120+
* [Pilon](https://github.com/broadinstitute/pilon/releases/) (Java).
121121
* [Trimmomatic](http://www.usadellab.org/cms/?page=trimmomatic) (Java)
122122
* [samclip](https://github.com/tseemann/samclip/releases)
123123

124+
Note that you will need to make pilon and trimmomatic executables. You can make a simple wrapper
125+
for each that just passes the shell arguments.
126+
124127
## Output files
125128

126129
Filename | Description

0 commit comments

Comments
 (0)