NVIDIA-Genomics-Research / GenomeWorks

SDK for GPU accelerated genome assembly and analysis
https://clara-parabricks.github.io/GenomeWorks/
Apache License 2.0
284 stars 76 forks source link

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

Open edawson opened 4 years ago

edawson commented 4 years ago

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

edawson commented 4 years ago

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).

mimaric commented 3 years ago

rerun tests