Opened 12 months ago
Closed 12 months ago
#1548 closed enhancement (fixed)
Reggie should not delete merged items in the DNA/WGS pipeline
Reported by: | Nicklas Nordborg | Owned by: | Nicklas Nordborg |
---|---|---|---|
Priority: | major | Milestone: | Reggie v4.51 |
Component: | net.sf.basedb.reggie | Keywords: | |
Cc: |
Description
The merged items have the FASTQ files that are the first level of raw data for the DNA/WGS pipelines. There is no way to get them back if the merged items and everything downstream is deleted.
There are two wizards that are affected by this:
- The "Stray files" wizard. It should be blocked from deleting folders that seems to be related to a merged item. Note that this wizard only matches folders that have no associated item in the database, so we can only "guess" this by the general folder layout. The FASTQ files for a merged item are typically located 3 levels down from the root folder, for example:
/11/1122334.b/d.a.lib.g/
.
- The "Secondary analysis cleanup" wizard. This wizard works with items that have been put into the traschcan. It should be relatively easy to implement a check that blocks removal of MergedSequences depending on the Pipeline annotation. It should be possible to manually override this after a warning.
Note:
See TracTickets
for help on using tickets.
In 7471: