Show
Ignore:
Timestamp:
08/19/09 05:53:32 (3 years ago)
Author:
jgao
Message:

IDMapperBiomart refactor to clean the interface

Files:
1 moved

Legend:

Unmodified
Added
Removed
  • trunk/corelib/src/org/bridgedb/webservice/biomart/package.html

    r86 r161  
    66you can use the following piece of code:   
    77<pre> 
    8         class.forName("org.bridgedb.file.IDMapperBiomart"); 
     8        class.forName("org.bridgedb.webservice.biomart.IDMapperBiomart"); 
    99        mapper = BridgeDb.connect ("idmapper-biomart:path/to/biomart?dataset=datasetname"); 
    1010</pre>