The tool can be downloaded directly from the repository (
git clone
Note that downloading these may take time depending on your internet speed, as the FASTQ files are relatively large (200–400 MB).
Before starting to use HAVoC , you will need to get all these tools (listed below) installed on their system.
We recommend installing these via package managers, such as Bioconda (
All dependencies can be conveniently installed with Bioconda with the following command:
conda install fastp trimmomatic bowtie2 bwa sambamba samtools bedtools lofreq bcftools pangolin
or please follow the installation instruction from each tool website on how to install them. These are very popular and common bioinformatics tools and majority could be found install on various university servers.
Trimmomatic performs a variety of useful preprocessing tasks for illumina paired-end and single ended data. See the documentation of
wget
unzip Trimmomatic-0.39.zip
Fastp is a fast all-in-one read preprocessing software similar to Trimmomatic. Fastp includes automated adapter detection and polyG tail trimming. For further information refer to
wget
BWA is a fast and accurate aligner designed to align reads and other short DNA sequences against large reference genomes. See the documentation of
Samtools provides various utilities for manipulating alignments in the SAM format, including sorting, merging, indexing and generating alignments in a per-position format. See the documentation of