Opened 45 hours ago
Last modified 27 hours ago
#869 _started defect
macros starting sina continue with next command before aligner finishes
Reported by: | westram | Owned by: | westram |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | Library (DB) | Version: | SVN |
Keywords: | Cc: |
Description
Currently SINA is called asynchronously, and the ARB interface may be used while aligning.
This causes wrong behavior, when sina is used in a macro. During record the normally waits until sina has aligned data and then continues to e.g. calculate some trees.
During playback the calculation will start directly after starting the (async) aligner, i.e. will (unexpectedly) use the unaligned sequences.
Todo:
- call sina synchronously if possible.
Similar problems might also show up here:
- Compute clusters of correlated positions (arb_rnacma)
- Design Sequencing Primers
Change History (1)
comment:1 Changed 27 hours ago by westram
- Owner changed from devel to westram
- Status changed from new to _started
Note: See
TracTickets for help on using
tickets.