Opened 7 days ago

Closed 7 days ago

#1635 closed defect (fixed)

Secondary analysis cleanup is not checking all types of items

Reported by: Nicklas Nordborg Owned by: Nicklas Nordborg
Priority: major Milestone: Reggie v5.5.2
Component: net.sf.basedb.reggie Keywords:
Cc:

Description

It seems like it is missing MutationalSignature items and maybe some other types as well.

Change History (3)

comment:1 by Nicklas Nordborg, 7 days ago

In 8005:

References #1635: Secondary analysis cleanup is not checking all types of items

Fixed the code so that the list of subtypes is defined in a single place and used by both the counter service and the actual cleanup wizard.

Seems like the only type missing was MutationalSignature.

comment:2 by Nicklas Nordborg, 7 days ago

In 8006:

References #1635: Secondary analysis cleanup is not checking all types of items

Changed the wizard so that it count each item type by itself and return that information in the JSON response so that more details can be displayed for the user and that we no longer need to have a hard-coded list of item types.

comment:3 by Nicklas Nordborg, 7 days ago

Resolution: fixed
Status: newclosed

In 8007:

Fixes #1635: Secondary analysis cleanup is not checking all types of items

The actual cleanup now uses the predefined list of subtypes.

Note: See TracTickets for help on using tickets.