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();
}
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();
}