Strange. And these are both coming from the same seqs.fna input file?
When you say you have multiple 454 runs and some do this while others don't, are all of those runs represented in the same seqs.fna file above?
My guess is there's something strange going on with the sequence headers in the input fasta file. In particular, the fact that the bottom example has the additional information after the sequence name (like the read ID and barcode), but the top doesn't, makes me wonder if there is something different about those going in. How did you get from original data to the seqs.fna file? And to go along with the previous example, can you attach the output file from the following command?
grep '29.V.12.1.2H' seqs.fna > sample_29_headers.txt
If I'm right, then the lines in that file that start with '>29.V.12.1.2H_500003' and '>29.V.12.1.2H_4' should be different somehow...
-jon