Closed GoogleCodeExporter closed 9 years ago
Hi there,
We noticed a problem where the reference index was being stored as an unsigned
short
in previous versions (giving us up to 65,535 reference sequences). Some labs
needed
more reference sequences for transcriptomics experiments and so we fixed the
reference index so that it's an unsigned int (up to 4 billion reference
sequences).
While this was always the case in the code since Mosaik 1.0, I believe there
were
some locations in MosaikSort that still recast the reference index to a short.
Best case, you may have to rerun MosaikSort on these older archives - worst
case, you
may have to realign the archives (but that shouldn't be necessary).
The new release (1370) handles this problem.
Let me know how this works out,
// Michael
Original comment by snowneb...@gmail.com
on 16 Jan 2010 at 2:17
Original issue reported on code.google.com by
ajmac...@gmail.com
on 12 Nov 2009 at 4:59