I was toying with posting this here as "One-Quarter of my Life with Perl" (riffing on Randal's talk title) (16 yrs x 4 was close enough for government work), but I refrained. After surveying popular social media sites (i.e., reactions to this Perl Advent Calendar entry), I now appreciate that some folks may be triggered by the subject matter. Our friend and fellow Perl-er, Lincoln Stein, wrote an article for The Perl Journal (TPJ) back in the day, called "How Perl Saved the Human Genome Project" <a href="https://bioperl.org/articles/How_Perl_saved_human_genome.html" rel="nofollow">https://bioperl.org/articles/How_Perl_saved_human_genome.htm...</a>
Using Perl for sequence alignment? Oof, I did not expect to be blindsided with such an incredibly esoteric flashback to one bioinformatics class many years ago.<p>I eventually ended up rewriting the thing into an excessive Java/Swing program which animated its work through all the comparisons, showing show best paths and dead-ends. It involved a BLOSUM64 matrix, so I must've been aligning based on what amino acids were being coded-for, even if underlying base pairs differed.