source: branches/profile/MULTI_PROBE/needs_libs

Last change on this file was 8762, checked in by westram, 12 years ago
  • load/save for selection lists
    • generic code can be configured by class StorableSelectionList
      • defines extension used for fileboxes
        • all fileboxes bound to the same extension use the same awars, i.e. changing directory etc. in one of the boxes, also changes all others
      • defines "what" is loaded/saved to provide proper title for popup windows
      • allows to pass converter-functions to convert between selection-list-content and file-content
        • default converter-functions do the job for most selection boxes
    • handling for all LF types (uses FileBuffer)
    • added 'Append'-switch (append to sellist vs. overwrite)
    • attached filebox to window borders
  • multi-probes
    • when loading saved probe-design results, multi-probe used the 'probe'-sequence, but the code internally works with the target-sequence. fixed
      • it only worked when 'check complement' was checked (which was the default)
    • wrote converter-functions to load old and new formats from probe-design and multi-probe
      • automatically reverse-complement old-multi-probe format
      • added unit tests for all supported formats
    • removed 'value_equal_display'-hack from AW_selection_list (introduced by multi-probe-coders)
  • probe-design
    • added function to load saved probes (fixes #204)
File size: 134 bytes
Line 
1# libraries needed to link against MULTI_PROBE/MULTI_PROBE.a
2
3SERVERCNTRL/SERVERCNTRL.a
4SL/TREEDISP/TREEDISP.a
5SL/REGEXPR/REGEXPR.a
6
7
Note: See TracBrowser for help on using the repository browser.