1 # prepare 'fasta.output'
3 def prepare_fasta_output n
4 filebase = File.join(File.dirname($0), 'fasta.output')
5 script = File.join(File.dirname($0), 'bm_so_fasta.rb')
6 file = "#{filebase}.#{n}"
8 unless FileTest.exist?(file)
9 STDERR.puts "preparing #{file}"