cbg-ethz / haploclique

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 33 forks source link

Use ninja #20

Closed armintoepfer closed 7 years ago

armintoepfer commented 7 years ago

Use ninja as a build tool: cmake -GNinja .. && ninja

armintoepfer commented 7 years ago

Done