#548 closed task (fixed)
Register Demux and Merge as ended
Reported by: | Nicklas Nordborg | Owned by: | Nicklas Nordborg |
---|---|---|---|
Priority: | major | Milestone: | Reggie v2.16 |
Component: | net.sf.basedb.reggie | Keywords: | |
Cc: |
Description
Part of #533.
This wizard is used to register that demuxing and merging has been completed. The wizard should show DemuxedSequences
items that is missing 'creationDate'.
In this wizard we should register the following information:
- Date: CreationDate column
- Software and protocol used for demux (if not specified in the previous step)
- Software and protocol used for merge (if not specified in the previous step)
- If the demux step was successful or not.
- Comments: Description column
If the demux was not successful decide if:
- Re-run the demux with different parameters
- Flag the
PooledLibrary
items for re-sequencing
If the demux was successful:
- Register files that was generated: <sample>.R1.fastq, <sample>.R2.fastq (Use annotation??)
- Number of reads for each lib. How is this information collected? File upload/manual entry?
- If number of reads too low, flag
Library
for re-sequencing. - More??
Change History (21)
comment:1 by , 11 years ago
Milestone: | Reggie v2.15 → Reggie v2.16 |
---|
comment:2 by , 11 years ago
Status: | new → assigned |
---|
comment:3 by , 11 years ago
comment:4 by , 11 years ago
comment:5 by , 11 years ago
comment:6 by , 11 years ago
(In [2420]) References #533, #547, #548, #593, #595. Renamed FilteredSequences
subtype to MaskedSequences
and the related software and protocol type. Renamed annotations NumReads
to READS
and PassedFilterReads
to PF_READS
and added new annotation for number of reads on the masked (PM_READS
) and aligned level (ALIGNED_PAIRS
).
Lots of related changes in the code to make class and variable names match the new names.
comment:7 by , 11 years ago
comment:8 by , 11 years ago
comment:9 by , 10 years ago
comment:10 by , 10 years ago
comment:11 by , 10 years ago
comment:12 by , 10 years ago
comment:13 by , 10 years ago
comment:14 by , 10 years ago
comment:15 by , 10 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
comment:16 by , 10 years ago
(In [2636]) References #571 and #547 and #548. The confirm demux wizard has been updated to the new script and style pattern.
Also added an option to delete items after a failed job and fixed the script so that it makes sure that the job, work and archive folders are empty before trying to use them.
comment:17 by , 10 years ago
comment:18 by , 10 years ago
(In [2681]) References #548: Register Demux and Merge as ended
Selecting 'failure' for an otherwise successful run would delete created items without asking about this. The 'delete items' and 're-try demux' options are now always visible and selectable if the 'failed' option is selected. They are selected by default only if the job failed.
comment:19 by , 10 years ago
comment:20 by , 10 years ago
(In [2683]) References #548: Register Demux and Merge as ended
Also delete file items linked with bioassays if the "delete items" option is selected.
Made the import of files more robust by allowing it to overwrite existing files.
Some adjustments to the information table to use the space more efficiently.
(In [2364]) References #548: Register Demux and Merge as ended
Started with the wizard. The first step allows the user to select among finished but not confirmed jobs. The second step list all libraries from the flow cells. There is an option to mark the entire demuxing step as failed and flag the pools for re-sequencing. Preparations for flagging individual libraries have also been done, but there is currently no information that can help the user make a descision.
The second step is not yet functional and it is not possible to finalize the registration.