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

fix std::unique_ptr #55

Closed DrYak closed 6 years ago

DrYak commented 6 years ago

fixing missing include causing errors for undefined std::unique_ptr on older GCC/GLIB versions

DrYak commented 6 years ago

@armintoepfer: here's the fix mentionned in my issue. With that, I've got everything needed for a functional bioconda recipe

DrYak commented 6 years ago

Thank you !