thibautjombart / apex

Phylogenetic Methods for Multiple Gene Data
5 stars 3 forks source link

fix error in add.gaps if phyDat contains not nucleotides sequences #50

Closed KlausVigo closed 7 years ago

KlausVigo commented 7 years ago

Hi @thibautjombart, this should fix issue #49 and make add.gaps() independent of the data type it contains. It is very likely also faster as it does not convert the data.

zkamvar commented 7 years ago

It may also be good to add some tests.

thibautjombart commented 7 years ago

@KlausVigo sorry for the late merge, thanks for the PR and the fix!

@zkamvar yes totally but I have to prioritise other things atm :(