Opened 12 years ago
Closed 12 years ago
#408 closed enhancement (fixed)
Caliper importer should import NA values as -100
Reported by: | Nicklas Nordborg | Owned by: | Nicklas Nordborg |
---|---|---|---|
Priority: | major | Milestone: | Reggie v2.7 |
Component: | net.sf.basedb.reggie | Keywords: | |
Cc: |
Description
We recently got an output file with "NA" in the RQS column. This results in an error message:
Line 15, column 'RNA Quality Score': NumberFormatException For input string: "NA"
After a short discussion it was decided that this should be imported as -100 instead.
Note:
See TracTickets
for help on using tickets.
(In [1707]) Fixes #408: Caliper importer should import NA values as -100