You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This split breakend/anchoring sequence alignment approach ends up worse than realigning the entire read. If the initial assembly was over-aligned, it will remain so. Worse, it will result in a soft clip in the anchoring bases thus inserted sequence which should be aligned to the other side.
The is a reversion to pre-2.9.0 GRIDSS behavour
Reduced lock contention when performing multi-threaded BAM reading
Not attempting realignment for sequences shorter than 20bp
Fixes issues with in-process bwa instablility when aligning very short sequences
Added AnnotateInsertedSequence.MIN_SEQUENCE_LENGTH parameter with default of 20
SoftClipsToSplitReads.MIN_CLIP_LENTH now defaults to 20
Added ability to dump the sequences sent for in-process realignment to a fastq file