Opened 10 years ago
Closed 10 years ago
#649 closed enhancement (fixed)
Better balance in progress when demuxing
Reported by: | Nicklas Nordborg | Owned by: | Nicklas Nordborg |
---|---|---|---|
Priority: | trivial | Milestone: | Reggie v2.16.1 |
Component: | net.sf.basedb.reggie | Keywords: | |
Cc: |
Description
The current implementation assigns 50% of the progress to the demux step and 50% to the following steps that include one bowtie alignment and two trimmomatic rounds. This is not very balanced since the demux step is much faster than the remaining steps. Using 25% vs 75% would be closer to the truth.
Note:
See TracTickets
for help on using tickets.
(In [2748]) Fixes #649: Better balance in progress when demuxing