GenomeWorks icon indicating copy to clipboard operation
GenomeWorks copied to clipboard

SketchElementImpl::ReadidPositionDirection became new SketchElement

Open mimaric opened this issue 4 years ago • 2 comments

SketchElement/Minimizer objects are not used anymore. IndexGPU internally relies on SketchElementImpl::ReadidPositionDirection. Its output consists of the content of SketchElementImpl::ReadidPositionDirection split into three separate arrays.

Look into ways to:

  1. Change the interface of Index so that SketchElementImpl::ReadidPositionDirection does not have to be split into three arrays
  2. Refactor the code to reflect the current state of not using SketchElement objects

mimaric avatar Sep 13 '19 14:09 mimaric

@mimaric is this task relevant anymore?

tijyojwad avatar Dec 07 '19 21:12 tijyojwad

Point 1 is definitely still relevant, not really sure about point 2

mimaric avatar Dec 09 '19 09:12 mimaric