Skip to content

Commit a7152d1

Browse files
committed
release v1.15
1 parent 0e91492 commit a7152d1

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

andi-manual.pdf

12.5 KB
Binary file not shown.

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
AC_INIT([andi], [0.15-beta])
1+
AC_INIT([andi], [1.15])
22
AM_INIT_AUTOMAKE([-Wall foreign])
33

44
AC_CONFIG_MACRO_DIR([m4])

docs/manual/andi-manual.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -276,9 +276,9 @@ \section{Options} \label{sec:options}
276276
./andi ../test/1M.1.fasta -t 2 0,67s user 0,03s system 195% cpu 0,362 total
277277
\end{lstlisting}
278278

279-
In the above examples the runtime dropped from \SI{0.613}{\second}, to \SI{0.362}{\second} using two threads. Giving \andi more threads than input genomes leads to no further speed improvement. \, The other important option is \lstinline$--join$ (see Section~\ref{sec:join}).
279+
In the above examples the runtime dropped from \SI{0.613}{\second}, to \SI{0.362}{\second} using two threads. Giving \andi more threads than input genomes leads to no further speed improvement. \, The other important option is \lstinline$--join$ (Section~\ref{sec:join}).
280280

281-
By default, the distances computed by \andi are \emph{Jukes-Cantor} corrected \cite{jukescantor}. Other evolutionary models are also implemented (Kimura \cite{kimura}, LogDet \cite{logdet}, raw). The \lstinline$--model$ parameter can be used to switch between them.
281+
By default, the distances computed by \andi are \emph{Jukes-Cantor} corrected \cite{jukescantor}. Other evolutionary models are also implemented (Kimura \cite{kimura}, LogDet \cite{logdet}, raw and ANI). The \lstinline$--model$ parameter can be used to switch between them.
282282

283283
Since version 0.9.4 \andi includes a bootstrapping method. It can be activated via the \lstinline$--bootstrap$ or \lstinline$-b$ switch. This option takes a numeric argument representing the number of matrices to create. The output can then be piped into \algo{phylip}. For more information on computing support values from distance matrices see \cite{afra}.
284284

0 commit comments

Comments
 (0)