A cranky biologist who means well. My hobbies include long walks off short piers and anything science related.

  • 0 Posts
  • 1 Comment
Joined 1 year ago
cake
Cake day: June 25th, 2023

help-circle
  • Back when Perl was the language of choice for bioinformatics, I found a huge performance boost pre-processing large (~1Tb) text files using built in unix tools like sed and awk with regex. So while it might take me a full hour to peck out the correct incantation, the task would then run in an hour, compared to four hours or more for the same task using Perl.

    So many pipes…