260261262263264265266267268269270
if(useLocalInstDB) { /* If user injected their own db file */ if(instDefZip != null) { dbMap = new InstrumentDatabaseMap(dbFolder, instDefZip); } else { dbMap = InstrumentDBProvider.getMap(dbFolder); } DDF_InstrumentProvider.bindDatabaseMap(dbMap);