Method: Bio::PROSITE#skip_flag

Defined in:
lib/bio/db/prosite.rb

#skip_flagObject

Returns



320
321
322
323
324
# File 'lib/bio/db/prosite.rb', line 320

def skip_flag
  if comment['SKIP-FLAG'] == 'TRUE'
    return true
  end
end