Open roblanf opened 1 year ago
also include a column for 'datatype' e.g. DNA, AA, etc. This comes from the top of the nexus alignment file.
include a column for codon position too (NA if it's not a codon position), so now the columns are:
1-100\3
)
At the moment all the useful information is in nexus format, which can be annoying to work with.
E.g. we have this:
But this could be represented as a csv file with the following columns:
We could then use the csv file when entering the data, and build the nexus block directly from the csv file.