NBISweden / MrBayes

MrBayes is a program for Bayesian inference and model choice across a wide range of phylogenetic and evolutionary models. For documentation and downloading the program, please see the home page:
http://NBISweden.github.io/MrBayes/
GNU General Public License v3.0
224 stars 78 forks source link

EROR #293

Open yuls2707 opened 6 months ago

yuls2707 commented 6 months ago

Executing file "C:\Users\ACER\Downloads\EAS BIOSISTEMATIKA.nexus" DOS line termination Longest line length = 691 Parsing file Expecting NEXUS formatted file Reading taxa block Allocated taxon set Defining new set of 8 taxa Exiting taxa block Reading characters block Allocated matrix Defining new character matrix with 677 characters Missing data coded as ? Gaps coded as - Matching characters coded as . No valid match for argument "nucleotide" Invalid data type argument Error when setting parameter "Datatype" (2) The error occurred when reading char. 52-61 on line 18 in the file 'C:\Users\ACER\Downloads\EAS BIOSISTEMATIKA.nexus'

Returning execution to command line ...

Error in command "Execute"

WHAT CAN I DO WITH THIS PROBLEM ?

nylander commented 5 months ago

Dear @yuls2707

WHAT CAN I DO WITH THIS PROBLEM ?

I suggest by start looking at the syntax in the infile EAS BIOSISTEMATIKA.nexus.

MrBayes sees an incorrect keyword "nucleotide" which it takes as a argument to the nexus token DATATYPE. My guess is that you may have to change, for example, datatype=nucleotide to datatype=dna. Please see the nexus files in the examples folder for the correct syntax.

Yours Johan