Reversed the sorting of the values on that site and attached as txt file. No statement to the accuracy of their information.
(Pull source from site, grab mtDNA tables, open in calc, save as csv, clean up spaces, run `perl -lne 's/"(.+)"/$1/;my ($hap,$snp) = split /","/,$_,2; $hap =~ s/^\s*(.+?)\s*$/$1/;my @snps = map { s/^\s*(.+?)\s*$/$1/; $_ } split /\s*,\s*/,$snp;chomp @snps;foreach my $s (@snps) {$h{$s}->{$hap} = 1}}{foreach my $k (keys %h){print "$k\t",join ", ",keys %{$h{$k}}}' haplo.tab.csv > haplo_by_snp`)