#631 closed enhancement (fixed)
Add data check to the confirm sequencing ended wizard
Reported by: | Nicklas Nordborg | Owned by: | Nicklas Nordborg |
---|---|---|---|
Priority: | major | Milestone: | Reggie v2.16 |
Component: | net.sf.basedb.reggie | Keywords: | |
Cc: |
Description
Picard has a tool called CheckIlluminaDirectory
which can be used for a quick check that the expected data files are present and seems reasonable. It would be nice to be able to use this tool from the "Confirm sequencing completed" wizard before deciding if a sequencing run has succeeded or not.
Change History (6)
comment:1 by , 10 years ago
comment:2 by , 10 years ago
comment:3 by , 10 years ago
comment:4 by , 10 years ago
comment:5 by , 10 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
(In [2641]) References #631: Add data check to the confirm sequencing ended wizard
This more or less implements this feature. But it also requires an updated/modified Picard version due to the 'InterOp' directories in our run archive are different. For example, in most of the older ones the
TileMetrics.bin
andTileMetricsOut.bin
are identical. The latter file is used by Picard in the validation to find information about tiles.In newer runs, the
TileMetricsOut.bin
is only 12 bytes and Picard fails saying that there are 0 tiles... TheTileMetrics.bin
is much larger and more similar in size to the old runs. Don't know the reason for it, but when Picard was told to use theTileMetrics.bin
file instead the validation seems to work.For changes to Picard see: https://github.com/nnordborg/picard/commit/5cdb8b1232052d35bc2d533af9944324966b4aaf