Closed pedrosenna closed 2 years ago
Hi Pedro,
Thanks very much for pointing this out. This turned out to be due to inconsistencies in the way fastbaps handles data loaded directly using the import_fasta_sparse_nt
function and indirectly using ape. In the latter case, if the alignment included gaps or Ns the subsequent functions would crash.
I have now pushed an update that should hopefully fix this issue.
These updates are now available in the latest release (v1.0.8)
Hi,
I was testing fastbaps with mitochondrial DNA sequences and these errors popped out when running some functions. Here's an example:
baps.res <- fast_baps(wood.sparse)
What can i do?