roblanf / BenchmarkAlignments

Benchmark empirical datasets for phylogenetic method development
Other
16 stars 11 forks source link

Rightmeyer_2013 - error with final position in CHARSETS #38

Open caitlinch opened 5 years ago

caitlinch commented 5 years ago

A few of the CHARSETs have this pattern:

    CHARSET ef1a_exon1_1stpos = 1-583\3;
    CHARSET ef1a_exon1_2ndpos = 2-581\3;
    CHARSET ef1a_exon1_3rdpos = 3-582\3;

Should be:

    CHARSET ef1a_exon1_1stpos = 1-583\3;
    CHARSET ef1a_exon1_2ndpos = 2-583\3;
    CHARSET ef1a_exon1_3rdpos = 3-583\3;