Opened 17 years ago

Closed 17 years ago

#38 closed defect (fixed)

Parameterparser splits the annotations values parameter incorrect

Reported by: Johan Enell Owned by: Johan Enell
Priority: major Milestone:
Component: onk.lu.se Keywords:
Cc:

Description

The regexp that splits the annotation values is incorrect. It should be something like '

r

n' and if this is a java String it should be '



r



n' so it can match and split at
r
n. nice...


Plug-in outputjava.lang.Exception: Can't find any assay with p_brca_family_status matching [brca1
r
nbrca2
r
nsporadic]
at Filter.extractAssays(Filter.java:158)
at Main.main(Main.java:67)
ParameterValue
Annotation typep_brca_family_status
Annotation valuesbrca1
r
nbrca2
r
nsporadic
Keep empty valuesNo

Change History (2)

comment:1 by Johan Enell, 17 years ago

Status: newassigned

The regexp should match the string \r\n and therefore it should look

r

n.

comment:2 by Johan Enell, 17 years ago

Resolution: fixed
Status: assignedclosed

(In [210]) Fixes #38

Note: See TracTickets for help on using tickets.