TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Investigating a new respiratory virus outbreak in Santa's workshop

2 pointsby oalders5 months ago

2 comments

mdperry5 months ago
I was toying with posting this here as &quot;One-Quarter of my Life with Perl&quot; (riffing on Randal&#x27;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 &quot;How Perl Saved the Human Genome Project&quot; <a href="https:&#x2F;&#x2F;bioperl.org&#x2F;articles&#x2F;How_Perl_saved_human_genome.html" rel="nofollow">https:&#x2F;&#x2F;bioperl.org&#x2F;articles&#x2F;How_Perl_saved_human_genome.htm...</a>
Terr_5 months ago
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&#x2F;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&#x27;ve been aligning based on what amino acids were being coded-for, even if underlying base pairs differed.