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

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

help-circle
  • Cloning, once you have done it once, is a dead simple process, relatively. Figuring it out the first time was hard, but since Dolly (the first cloned sheep, born at University of Idaho) there have been high levels of publication on sheep cloning specifically.

    Anymore, anyone who can parse reasonably complex instructions and has access to the kind of facilities any large animal vet might have could do this. It takes more money than I personally command but an even slightly well off person could afford it.


  • 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…