Skip to content
Discussion options

You must be logged in to vote

@jopabinia so just to follow up on @bqminh's advice, all you need to do is put your alignments in different files. As long as no one file contains more than one datatype, you're OK. So you could do it like my example above, but without the charpartition, i.e. one alignment file for DNA and one for amino acids:

#nexus
begin sets;
    charset part1 = dna.phy: 1-100 201-300;
    charset part2 = dna.phy: 101-200;
    charset part3 = prot.phy: 1-400;
    charset part4 = prot.phy: 401-600;
end;

or you could just keep each alignment in its own file, something like this:

#nexus
begin sets;
charset 18S = 18S.phy: 1-514;
charset 28S = 28S.phy: 1-105;
charset cox1 = cox1.phy 1-500;
end;

Rob

Replies: 2 comments 4 replies

Comment options

You must be logged in to vote
3 replies
@bqminh
Comment options

@roblanf
Comment options

Answer selected by roblanf
@bqminh
Comment options

Comment options

You must be logged in to vote
1 reply
@bqminh
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants