Class: BSPARQLCLI::UniProt

Inherits:
SPARQL::Client
  • Object
show all
Defined in:
lib/bio-sparql-client/uniprot.rb

Constant Summary collapse

ENDPOINT =
'http://beta.sparql.uniprot.org/sparql'

Instance Method Summary collapse

Constructor Details

#initializeUniProt

Returns a new instance of UniProt.



16
17
18
# File 'lib/bio-sparql-client/uniprot.rb', line 16

def initialize()
    super(ENDPOINT)
end