treeio icon indicating copy to clipboard operation
treeio copied to clipboard

read.raxml() parsing error

Open gunjanpandey opened this issue 1 year ago • 0 comments

I aligned protein sequences with

raxml -T 32 -s sequences.aln -n pinA.output -m PROTGAMMABLOSUM62 -f d -b 1 -N 100 -p 1 -d

but while trying to load the RAxML_bootstrap.pinA.output using read.raxml() getting this error. This file is being read correctly by IQtree online server.

read.raxml("RAxML_bootstrap.pinA.output")

Error in `[[<-.multiPhylo`(`*tmp*`, i, value = NULL) : 
  trying to assign an object not of class "phylo" into an object of class "multiPhylo".

gunjanpandey avatar Dec 17 '23 03:12 gunjanpandey