-
|
I have an alignment with 3 ribosomal genes to treat as nucleotides, and 2 protein coding genes as amino acids. It's all concatenated together, so I thought I would use a partitioned analysis. I tried it 2 different ways:
The first one completely fails, is this a function of using v1.6.12 (which is what's on my cluster)? What am I doing wrong? Per this http://www.iqtree.org/doc/Advanced-Tutorial#partitioned-analysis-with-mixed-data Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
|
@jopabinia according to the docs (I am not familiar with the internals on this point!) you also need to specify the models. E.g. the docs show this: I'm assuming that the models here are what allows IQ-TREE to know what the datatype is. Rob |
Beta Was this translation helpful? Give feedback.
-
|
Thanks! But, oh dear because modelfinder is what I was hoping to do! It did work by separating the two partitions and doing modelfinder separately, as I guessed. Thanks! |
Beta Was this translation helpful? Give feedback.
@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:or you could just keep each alignment in its own file, something like this:
Rob