Changes between Version 8 and Version 9 of net.sf.basedb.reggie.notes213
- Timestamp:
- Oct 17, 2013, 10:07:22 AM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
net.sf.basedb.reggie.notes213
v8 v9 21 21 3. Use the '''Table exporter''' plug-in to export a tab-separated file with '''Name''' and '''Original quantity''' columns. 22 22 4. Download the exported file to your computer and open in a spreadsheet program. 23 5. Add a new column '''!PoolConc''' and use the following formula to calculate the values: `= 5 * <quantity> / 1000`23 5. Add a new column '''!PoolConc''' and use the following formula to calculate the values: `=1000 * <quantity> / 5` 24 24 6. Save the results as a tab-separated file and upload it to BASE. 25 25 7. Use the annotation importer to update the '''!PoolConc''' values.