marbl / parsnp

Parsnp was designed to align the core genome of hundreds to thousands of bacterial genomes within a few minutes to few hours. Input can be both draft assemblies and finished genomes, and output includes variant (SNP) calls, core genome phylogeny and multi-alignments. Parsnp leverages contextual information provided by multi-alignments surrounding SNP sites for filtration/cleaning, in addition to existing tools for recombination detection/filtration and phylogenetic reconstruction.
Other
126 stars 25 forks source link

configure.ac has wrong parsnp version in it #55

Closed tseemann closed 4 years ago

tseemann commented 6 years ago
% head configure.ac

AC_INIT(parsnp,1.0)
AM_INIT_AUTOMAKE(parsnp,1.0)
AC_PROG_CC(gcc)
tseemann commented 4 years ago

@Fu-Yilei & @treangen -- why did you close this issue? the bug still exists: https://github.com/marbl/parsnp/blob/63bea137e2726c860133f0b97da688dab3c1b92b/configure.ac

Fu-Yilei commented 4 years ago

Sorry I fixed it in my branch, will merge into master shortly. Thanks for your reminder

tseemann commented 4 years ago

Thank you