# File lib/genomed.rb, line 149
    def read(type)
      @machine = machines.find {|m| m.name == type}
      render :view_type
    end