Difference between revisions of "Mpetredi Week 14"
From LMU BioDB 2013
(notes about new string of code and start of new import/export process) |
(fixed formatting (sorta)) |
||
Line 4: | Line 4: | ||
==December 3, 2013== | ==December 3, 2013== | ||
− | + | *Added the following string of code in Eclipse (line is highlighted) | |
− | + | **[Insert New String of Code Picture Here] | |
− | + | **String of code also available below as text: | |
− | + | ||
+ | @Override | ||
public TableManager getSystemTableManagerCustomizations(TableManager tableManager, TableManager primarySystemTableManager, Date version) throws SQLException, InvalidParameterException { | public TableManager getSystemTableManagerCustomizations(TableManager tableManager, TableManager primarySystemTableManager, Date version) throws SQLException, InvalidParameterException { | ||
List<String> comparisonList = new ArrayList<String>(); | List<String> comparisonList = new ArrayList<String>(); | ||
Line 15: | Line 16: | ||
return systemTableManagerCustomizationsHelper(tableManager, primarySystemTableManager, version, "OrderedLocusNames", comparisonList); | return systemTableManagerCustomizationsHelper(tableManager, primarySystemTableManager, version, "OrderedLocusNames", comparisonList); | ||
} | } | ||
− | + | *Used all files except for the .gdb to run another import/export, using the latest version of gmbuilder | |
− | + | *All information pertaining to import/export 3 can be found under [[[[Team Name]]]] in "Important Files 3". | |
[[[[Team Name]]]] | [[[[Team Name]]]] |
Revision as of 17:10, 3 December 2013
Mitchell Petredis
Lab Progression
December 3, 2013
- Added the following string of code in Eclipse (line is highlighted)
- [Insert New String of Code Picture Here]
- String of code also available below as text:
@Override
public TableManager getSystemTableManagerCustomizations(TableManager tableManager, TableManager primarySystemTableManager, Date version) throws SQLException, InvalidParameterException { List<String> comparisonList = new ArrayList<String>(); comparisonList.add("ordered locus"); comparisonList.add("ORF");
return systemTableManagerCustomizationsHelper(tableManager, primarySystemTableManager, version, "OrderedLocusNames", comparisonList); }
- Used all files except for the .gdb to run another import/export, using the latest version of gmbuilder
- All information pertaining to import/export 3 can be found under [[Team Name]] in "Important Files 3".
[[Team Name]]