# File lib/cassiopee.rb, line 373 def indexString(s) @sequence = s File.open(@file_suffix+FILE_SUFFIX_EXT, 'w') do |data| data.puts(@sequence) end clear() @min_position = 0 @max_position = 0 end