NVIDIA-Genomics-Research / GenomeWorks

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

[cudapoa] added missing band-width parameter to create Bat… #484

Closed r-mafi closed 4 years ago

r-mafi commented 4 years ago

bug fix: in the kernel for multi-batch binning, band-width parameter used to construct BatchSize object was missed (hence always using default value of 256). Looks like in moving get_multi_batch_sizes() to utils.cu, this bug was introduced.