Difference between revisions of "Mpetredi Week 14"
From LMU BioDB 2013
(notes about new string of code and start of new import/export process) |
(added image of new string of code) |
||
(One intermediate revision by one user not shown) | |||
Line 4: | Line 4: | ||
==December 3, 2013== | ==December 3, 2013== | ||
− | + | *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: | |
− | + | ||
+ | @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]]]] |
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]]