wiki:XgapUpdateDatabase

Version 1 (modified by jvelde, 14 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();
	}