Opened 7 years ago
Closed 7 years ago
#1017 closed enhancement (fixed)
Remove code for handling optional MaskedSequences
Reported by: | Nicklas Nordborg | Owned by: | Nicklas Nordborg |
---|---|---|---|
Priority: | major | Milestone: | Reggie v4.16 |
Component: | net.sf.basedb.reggie | Keywords: | |
Cc: |
Description (last modified by )
When the masking step has been introduced to the Hisat pipeline again (see #1015), all places in the code that works with MaskedSequences can be simplified since we no longer need to consider two different cases.
The "Delete unmasked Hisat alignments" wizard can also be removed.
Change History (6)
comment:1 by , 7 years ago
Description: | modified (diff) |
---|
comment:2 by , 7 years ago
Milestone: | Reggie v4.x → Reggie v4.16 |
---|
comment:3 by , 7 years ago
Status: | new → assigned |
---|
comment:4 by , 7 years ago
comment:5 by , 7 years ago
(In [4686]) References #1017: Remove code for handling optional MaskedSequences
Removed the "Delete unmasked Hisat alignments" wizard.
comment:6 by , 7 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.
(In [4685]) References #1017: Remove code for handling optional MaskedSequences
Removed handling of the case where no masked item exists between the aligned and merged sequences.