5 open I1
, "<", "../../../a.mt_haplotype_full_length_tree/b.modified_alignment/haplotype_sampleID.txt";
6 open I2
, "<", "../../a.fromZhangYue/AllPbeATP8_20120315.fasta";
7 open O
, ">", "samples_with_onlyATP8.fasta";
9 my @s; #sampleIDs with full mt sequence.
12 my @a = split / /, $1;
26 if (!grep(/^$b$/, @s)) {
27 print O
">$1\n$seq\n";