Opened 7 years ago
Closed 7 years ago
#2086 closed defect (fixed)
The BFS exporter plug-in may not export data in the correct order
Reported by: | Nicklas Nordborg | Owned by: | everyone |
---|---|---|---|
Priority: | critical | Milestone: | BASE 3.11.1 |
Component: | coreplugins | Version: | |
Keywords: | Cc: |
Description
We have reports that the row order in the reporter annotation file doesn't corresponds to the row order in the spot data file(s). This needs to be investigated.
Note:
See TracTickets
for help on using tickets.
(In [7384]) Fixes #2086: The BFS exporter plug-in may not export data in the correct order
Added an "order by pos" (or "order by reporter_id") to the query that return reporter annotations.
This changes the row order of the 'rdata' file when exporting in the BFS format so that is becomes consistent with the row order in the 'sdata*' files.
It should no affect the BASEFile format since it uses a different strategy to get the data in the correct order.