You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've been looking into how to include content in NeXML that shows up as a Group value for a character, as in the Characters list panel in Mesquite. Looking that the NEXUS file saved by Mesquite, Group shows up as a CHARPARTITION (for a group called "Skeleton"):
Does this correspond to a set element in the NeXML format block? Implementation of reading that was missing from nexml.java, but I implemented it (will contribute after testing). After that I looked at the Mesquite plugin code in NexmlCharactersBlockReader.java but I cannot figure out how to use the Mesquite API to add a character partition. Does anyone know how that works?
The text was updated successfully, but these errors were encountered:
I've been looking into how to include content in NeXML that shows up as a
Group
value for a character, as in the Characters list panel in Mesquite. Looking that the NEXUS file saved by Mesquite,Group
shows up as aCHARPARTITION
(for a group called "Skeleton"):Does this correspond to a
set
element in the NeXMLformat
block? Implementation of reading that was missing from nexml.java, but I implemented it (will contribute after testing). After that I looked at the Mesquite plugin code inNexmlCharactersBlockReader.java
but I cannot figure out how to use the Mesquite API to add a character partition. Does anyone know how that works?The text was updated successfully, but these errors were encountered: