Viral quasispecies assembly via maximal clique finding. A method to reconstruct viral haplotypes and detect large insertions and deletions from NGS data.
GNU General Public License v3.0
25
stars
32
forks
source link
Fix `install-additional-software.sh` to install latest SAMtools #7
The SAMTools code has been split across three separate repos when
migrating to GitHub: htslib, bcftools, and samtools. In
addition, the code from the SAMTools "master" branch on GitHub does
not compile; instructions say to use the "develop" branch instead.
The SAMTools code has been split across three separate repos when migrating to GitHub:
htslib
,bcftools
, andsamtools
. In addition, the code from the SAMTools "master" branch on GitHub does not compile; instructions say to use the "develop" branch instead.