Skip to content

Commit

Permalink
Adding URLs for external dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
linsalrob committed May 27, 2020
1 parent 99e688e commit 8909c80
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,20 +106,20 @@ git clone https://github.com/tseemann/shovill.git
./shovill/bin/shovill --check
```
You will need to install all the dependencies manually:
* SPAdes >= 3.11 (prefer >= 3.14)
* SKESA
* MEGAHIT
* Velvet >= 1.2
* Lighter
* FLASH
* SAMtools >= 1.3 (prefer >= 1.10)
* BWA MEM
* KMC
* seqtk
* pigz
* Pilon (Java)
* Trimmomatic (Java)
* samclip
* [SPAdes](http://cab.spbu.ru/software/spades/) >= 3.11 (prefer >= 3.14)
* [SKESA](https://github.com/ncbi/SKESA/releases)
* [MEGAHIT](https://github.com/voutcn/megahit/releases)
* [Velvet](https://www.ebi.ac.uk/~zerbino/velvet/) >= 1.2
* [Lighter](https://github.com/mourisl/Lighter/releases)
* [FLASh](https://ccb.jhu.edu/software/FLASH/)
* [SAMtools](http://www.htslib.org/) >= 1.3 (prefer >= 1.10)
* [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)
* [Trimmomatic](http://www.usadellab.org/cms/?page=trimmomatic) (Java)
* [samclip](https://github.com/tseemann/samclip/releases)

## Output files

Expand Down

0 comments on commit 8909c80

Please sign in to comment.