Something weird seems to be going on - filter.seqs does not remove sequences - just positions in the alignment. Here you go from 71322 to 46341 sequences. Are you sure that you’re using the same file as input to summary.seqs and filter.seqs and that the output from filter.seqs is going into summary.seqs?
Sorry, I should have provided more background!
I removed chimeras between the two steps I sent you. The decrease in the # of bases comes when filtering using trump=. after removing chimeric sequences, as in the example.
The problem seems to be in the alignment. Having looked at the sequences it was clear that sequences that were about the same length only occupied half the alignment space. To correct for this, I’d suggest using ksize=6 as a parameter in align.seqs - with these data, the alignments were much improved. Unfortunately, it also means that you’ll need to redo the chimera checking step.