NVIDIA-Genomics-Research / GenomeWorks

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

[cudamapper] Index should accept IndexDescriptor #539

Closed mimaric closed 4 years ago

mimaric commented 4 years ago

Currently Index's constructor accepts first_read and number_of_reads explicitly. Having it accept IndexDescriptor would be more elegant.

See discussion in #536