| Version 1 (modified by , 15 years ago) (diff) |
|---|
This is the default application to load the XGAP datamodel into your application. It uses 'xgap.properties'.
Source:
public static void main(String[] args) throws Exception
{
new Molgenis("xgap.properties").updateDb();
}