Just a quick Ruby script to convert a genome to into boustrophedonic form, in case it ever comes up again.

n=0; File.open(‘genome.fasta’).map{|line| (n+=1).odd? ? line : line.reverse }

Short URL for this post: http://tmblr.co/ZNQmbyCKxgr