GenomeWorks icon indicating copy to clipboard operation
GenomeWorks copied to clipboard

[cudamapper] Add anchor chain output functions to chainer_utils.cuh.

Open edawson opened this issue 3 years ago • 2 comments

Adds the necessary functions for outputting the chains of anchors that represent an overlap.

edawson avatar Oct 19 '20 16:10 edawson

This adds the functions needed to generate the anchor chains from a list of overlaps, assuming the overlap list has not been previously filtered (though masking using the select_mask is permissible).

edawson avatar Oct 19 '20 21:10 edawson

rerun tests

mimaric avatar Nov 16 '20 10:11 mimaric