Difference between revisions of "Mpetredi Week 14"
From LMU BioDB 2013
(fixed formatting (sorta)) |
(added image of new string of code) |
||
Line 5: | Line 5: | ||
==December 3, 2013== | ==December 3, 2013== | ||
*Added the following string of code in Eclipse (line is highlighted) | *Added the following string of code in Eclipse (line is highlighted) | ||
− | **[ | + | **[[Image:2013123_New_String_of_Code.PNG]] |
**String of code also available below as text: | **String of code also available below as text: | ||
Latest revision as of 18:31, 3 December 2013
[edit] Mitchell Petredis
Lab Progression
[edit] December 3, 2013
- Added the following string of code in Eclipse (line is highlighted)
@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]]