Opened 5 years ago
Closed 5 years ago
#1165 closed defect (fixed)
Code for checking if a sample is external or not is incorrect
Reported by: | Nicklas Nordborg | Owned by: | Nicklas Nordborg |
---|---|---|---|
Priority: | major | Milestone: | Reggie v4.23 |
Component: | net.sf.basedb.reggie | Keywords: | |
Cc: |
Description
There are various places in the codebase of Reggie that checks if an item is a SCAN-B item or an external item. However, it seems that in some of the places this check is not correct. For example, in reggie-2.js
the isExternal()
method requries that names start with External.r
for all external items. It seems like this check is mostly used to enable/disable flagging of RNA/DNA items.
Note:
See TracTickets
for help on using tickets.
In 5552: