Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Read character partitions from NeXML into Mesquite #11

Open
balhoff opened this issue Dec 31, 2015 · 2 comments
Open

Read character partitions from NeXML into Mesquite #11

balhoff opened this issue Dec 31, 2015 · 2 comments

Comments

@balhoff
Copy link
Member

balhoff commented Dec 31, 2015

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"):

BEGIN SETS;
    CHARPARTITION * UNTITLED  (CHARACTERS = ) =  Skeleton :  1;

END;

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?

@balhoff
Copy link
Member Author

balhoff commented Jan 5, 2016

@pmidford do you know how to do this?

@pmidford
Copy link
Contributor

pmidford commented Jan 5, 2016

I'll check, though I'm not terribly familiar with that portion of Mesquite.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants